diff --git a/Cargo.lock b/Cargo.lock index 8a93520..37a75e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "canbench" -version = "0.1.4" +version = "0.1.5" dependencies = [ "canbench-rs", "candid", @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "canbench-rs" -version = "0.1.4" +version = "0.1.5" dependencies = [ "canbench-rs-macros", "candid", diff --git a/canbench-bin/Cargo.toml b/canbench-bin/Cargo.toml index a120d3d..1f6f04f 100644 --- a/canbench-bin/Cargo.toml +++ b/canbench-bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "canbench" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "Apache-2.0" description = "A benchmarking framework for canisters on the Internet Computer." diff --git a/canbench-bin/tests/tests.rs b/canbench-bin/tests/tests.rs index a6f07d6..63f4607 100644 --- a/canbench-bin/tests/tests.rs +++ b/canbench-bin/tests/tests.rs @@ -291,7 +291,7 @@ fn newer_version() { .run(|output| { assert_err!( output, - "canbench is at version 0.1.4 while the results were generated with version 99.0.0. Please upgrade canbench. + "canbench is at version 0.1.5 while the results were generated with version 99.0.0. Please upgrade canbench. " ); }); diff --git a/canbench-rs/Cargo.toml b/canbench-rs/Cargo.toml index 59259b6..3915cd3 100644 --- a/canbench-rs/Cargo.toml +++ b/canbench-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "canbench-rs" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "Apache-2.0" description = "The rust library for `canbench`, the benchmarking framework for canisters on the Internet Computer."