We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5c7e7 commit 72cb8faCopy full SHA for 72cb8fa
measureme/src/file_header.rs
@@ -5,7 +5,7 @@ use std::convert::TryInto;
5
use std::error::Error;
6
use std::path::Path;
7
8
-pub const CURRENT_FILE_FORMAT_VERSION: u32 = 6;
+pub const CURRENT_FILE_FORMAT_VERSION: u32 = 7;
9
10
pub const FILE_MAGIC_TOP_LEVEL: &[u8; 4] = b"MMPD";
11
pub const FILE_MAGIC_EVENT_STREAM: &[u8; 4] = b"MMES";
0 commit comments