diff --git a/harness-cli/Cargo.toml b/harness-cli/Cargo.toml index 7d82fde..7a4f118 100644 --- a/harness-cli/Cargo.toml +++ b/harness-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harness-cli" -version = "0.0.7" +version = "0.0.8" description = "Precise and reproducible benchmarking" repository = "https://github.com/wenyuzhao/harness" homepage = "https://github.com/wenyuzhao/harness" diff --git a/harness/Cargo.toml b/harness/Cargo.toml index 1b4e31d..0e77d55 100644 --- a/harness/Cargo.toml +++ b/harness/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harness" -version = "0.0.6" +version = "0.0.7" description = "Precise and reproducible benchmarking" repository = "https://github.com/wenyuzhao/harness" homepage = "https://github.com/wenyuzhao/harness" diff --git a/probes/perf/Cargo.toml b/probes/perf/Cargo.toml index 621b8ce..bf234a8 100644 --- a/probes/perf/Cargo.toml +++ b/probes/perf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harness-probe-perf" -version = "0.0.5" +version = "0.0.6" description = "harness probe for reporting linux perf-event counter values" repository = "https://github.com/wenyuzhao/harness" homepage = "https://github.com/wenyuzhao/harness"