Skip to content

Commit 4a36972

Browse files
committed
chore: bump protocol version
1 parent 12452f0 commit 4a36972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/runner-shared/src/fifo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pub const RUNNER_CTL_FIFO: &str = "/tmp/runner.ctl.fifo";
44
pub const RUNNER_ACK_FIFO: &str = "/tmp/runner.ack.fifo";
55

6-
pub const CURRENT_PROTOCOL_VERSION: u64 = 1;
6+
pub const CURRENT_PROTOCOL_VERSION: u64 = 2;
77

88
/// The different markers that can be set in the perf.data.
99
///

0 commit comments

Comments
 (0)