Skip to content

Commit 1c78bd7

Browse files
committed
chore: bump memtrack version
1 parent 189c8ca commit 1c78bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/executor/memory/executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use tempfile::NamedTempFile;
2626
use tokio::time::{Duration, timeout};
2727

2828
const MEMTRACK_COMMAND: &str = "codspeed-memtrack";
29-
const MEMTRACK_CODSPEED_VERSION: &str = "1.2.0";
29+
const MEMTRACK_CODSPEED_VERSION: &str = "1.2.1";
3030

3131
pub struct MemoryExecutor;
3232

0 commit comments

Comments
 (0)