From d059e52f84390ca66acb2887c2bbb14f59e26ad1 Mon Sep 17 00:00:00 2001 From: Michael Weigelt Date: Mon, 18 May 2026 12:11:23 +0000 Subject: [PATCH 1/2] bump --- canbench-bin/Cargo.toml | 4 ++-- canbench-bin/tests/tests.rs | 2 +- canbench-rs-macros/Cargo.toml | 2 +- canbench-rs/Cargo.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/canbench-bin/Cargo.toml b/canbench-bin/Cargo.toml index c2abf94..b94d17c 100644 --- a/canbench-bin/Cargo.toml +++ b/canbench-bin/Cargo.toml @@ -7,14 +7,14 @@ name = "canbench" readme = "../README.md" repository = "https://github.com/dfinity/canbench" # NOTE: Update `canbench-rs` version below when this changes. -version = "0.5.0" +version = "0.6.0" [[bin]] name = "canbench" path = "src/main.rs" [dependencies] -canbench-rs = { path = "../canbench-rs", version = "0.5.0" } +canbench-rs = { path = "../canbench-rs", version = "0.6.0" } candid.workspace = true clap.workspace = true colored.workspace = true diff --git a/canbench-bin/tests/tests.rs b/canbench-bin/tests/tests.rs index b6888ce..bf533f0 100644 --- a/canbench-bin/tests/tests.rs +++ b/canbench-bin/tests/tests.rs @@ -284,7 +284,7 @@ fn newer_version() { .run(|output| { assert_err!( output, - "canbench is at version 0.5.0 while the results were generated with version 99.0.0. Please upgrade canbench. + "canbench is at version 0.6.0 while the results were generated with version 99.0.0. Please upgrade canbench. " ); }); diff --git a/canbench-rs-macros/Cargo.toml b/canbench-rs-macros/Cargo.toml index 70ed5dc..6a2b775 100644 --- a/canbench-rs-macros/Cargo.toml +++ b/canbench-rs-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "canbench-rs-macros" repository = "https://github.com/dfinity/canbench" -version = "0.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/canbench-rs/Cargo.toml b/canbench-rs/Cargo.toml index 5ae78bf..8bcb30b 100644 --- a/canbench-rs/Cargo.toml +++ b/canbench-rs/Cargo.toml @@ -7,7 +7,7 @@ name = "canbench-rs" readme = "../README.md" repository = "https://github.com/dfinity/canbench" # NOTE: Update `canbench-rs-macros` version below when this changes. -version = "0.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,7 +15,7 @@ version = "0.5.0" path = "src/lib.rs" [dependencies] -canbench-rs-macros = { path = "../canbench-rs-macros", version = "0.5.0" } +canbench-rs-macros = { path = "../canbench-rs-macros", version = "0.6.0" } candid.workspace = true ic-cdk.workspace = true serde.workspace = true From 4c8ce09fde2da8185400390fc5ab3145542a0d68 Mon Sep 17 00:00:00 2001 From: Michael Weigelt Date: Mon, 18 May 2026 12:12:15 +0000 Subject: [PATCH 2/2] lock --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbc8c27..9f89a7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,7 +217,7 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "canbench" -version = "0.5.0" +version = "0.6.0" dependencies = [ "canbench-rs", "candid", @@ -242,7 +242,7 @@ dependencies = [ [[package]] name = "canbench-rs" -version = "0.5.0" +version = "0.6.0" dependencies = [ "canbench-rs-macros", "candid", @@ -252,7 +252,7 @@ dependencies = [ [[package]] name = "canbench-rs-macros" -version = "0.5.0" +version = "0.6.0" dependencies = [ "proc-macro2", "quote",