Skip to content

Commit 255f737

Browse files
committed
chore: bump exec-harness version
1 parent 5661668 commit 255f737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/exec/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mod poll_results;
1717
pub const DEFAULT_REPOSITORY_NAME: &str = "local-runs";
1818

1919
const EXEC_HARNESS_COMMAND: &str = "exec-harness";
20-
const EXEC_HARNESS_VERSION: &str = "1.1.0";
20+
const EXEC_HARNESS_VERSION: &str = "1.2.0";
2121

2222
/// Wraps a command with exec-harness and the given walltime arguments.
2323
///

0 commit comments

Comments
 (0)