Skip to content

Commit

Permalink
chore: bump versions to 0.1.11 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
berestovskyy authored Mar 7, 2025
1 parent f4247ba commit d045328
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions canbench-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ keywords = ["benchmark", "canister", "ic", "internet-computer", "perf"]
license = "Apache-2.0"
readme = "../README.md"
repository = "https://github.com/dfinity/canbench"
version = "0.1.10"
version = "0.1.11"

[[bin]]
name = "canbench"
path = "src/main.rs"

[dependencies]
canbench-rs = { path = "../canbench-rs", version = "0.1.10" }
canbench-rs = { path = "../canbench-rs", version = "0.1.11" }
candid.workspace = true
clap.workspace = true
colored.workspace = true
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 @@ -382,7 +382,7 @@ fn newer_version() {
.run(|output| {
assert_err!(
output,
"canbench is at version 0.1.10 while the results were generated with version 99.0.0. Please upgrade canbench.
"canbench is at version 0.1.11 while the results were generated with version 99.0.0. Please upgrade canbench.
"
);
});
Expand Down
2 changes: 1 addition & 1 deletion canbench-rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "Apache-2.0"
name = "canbench-rs-macros"
repository = "https://github.com/dfinity/canbench"
version = "0.1.10"
version = "0.1.11"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions canbench-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ keywords = ["benchmark", "canister", "ic", "internet-computer", "perf"]
license = "Apache-2.0"
readme = "../README.md"
repository = "https://github.com/dfinity/canbench"
version = "0.1.10"
version = "0.1.11"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
path = "src/lib.rs"

[dependencies]
canbench-rs-macros = { path = "../canbench-rs-macros", version = "0.1.10" }
canbench-rs-macros = { path = "../canbench-rs-macros", version = "0.1.11" }
candid.workspace = true
ic-cdk.workspace = true
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/btreemap_vs_hashmap/canbench_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ benches:
heap_increase: 0
stable_memory_increase: 0
scopes: {}
version: 0.1.10
version: 0.1.11
2 changes: 1 addition & 1 deletion examples/fibonacci/canbench_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ benches:
heap_increase: 0
stable_memory_increase: 0
scopes: {}
version: 0.1.10
version: 0.1.11

0 comments on commit d045328

Please sign in to comment.