Skip to content

Commit

Permalink
chore: bump version to 0.1.5 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ielashi authored Aug 27, 2024
1 parent b2b31b8 commit dd20554
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion canbench-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion canbench-bin/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"
);
});
Expand Down
2 changes: 1 addition & 1 deletion canbench-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit dd20554

Please sign in to comment.