From a852ea69f0d147a77c145d88dd61fd374a4d1aba Mon Sep 17 00:00:00 2001 From: Wenyu Zhao Date: Mon, 20 May 2024 10:18:44 +1000 Subject: [PATCH] Bump versions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7acddaa..f9adf61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ license = "MIT" [workspace.dependencies] harness = { path = "./harness", version = "0.0" } harness-macros = { path = "./harness/macros", version = "0.0.2" } -harness-probe-perf = { path = "./probes/perf", version = "0.0.5" } +harness-probe-perf = { path = "./probes/perf", version = "0.0.6" }