Skip to content

Commit 56c28d4

Browse files
authored
chore: bump versions to v0.1.17 (#137)
1 parent f25da29 commit 56c28d4

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

canbench-bin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ license = "Apache-2.0"
77
readme = "../README.md"
88
repository = "https://github.com/dfinity/canbench"
99
# NOTE: Update `canbench-rs` version below when this changes.
10-
version = "0.1.16"
10+
version = "0.1.17"
1111

1212
[[bin]]
1313
name = "canbench"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
canbench-rs = { path = "../canbench-rs", version = "0.1.16" }
17+
canbench-rs = { path = "../canbench-rs", version = "0.1.17" }
1818
candid.workspace = true
1919
clap.workspace = true
2020
colored.workspace = true

canbench-bin/tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ fn newer_version() {
276276
.run(|output| {
277277
assert_err!(
278278
output,
279-
"canbench is at version 0.1.16 while the results were generated with version 99.0.0. Please upgrade canbench.
279+
"canbench is at version 0.1.17 while the results were generated with version 99.0.0. Please upgrade canbench.
280280
"
281281
);
282282
});

canbench-rs-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "Apache-2.0"
55
name = "canbench-rs-macros"
66
repository = "https://github.com/dfinity/canbench"
7-
version = "0.1.16"
7+
version = "0.1.17"
88

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

canbench-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ license = "Apache-2.0"
77
readme = "../README.md"
88
repository = "https://github.com/dfinity/canbench"
99
# NOTE: Update `canbench-rs-macros` version below when this changes.
10-
version = "0.1.16"
10+
version = "0.1.17"
1111

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

1414
[lib]
1515
path = "src/lib.rs"
1616

1717
[dependencies]
18-
canbench-rs-macros = { path = "../canbench-rs-macros", version = "0.1.16" }
18+
canbench-rs-macros = { path = "../canbench-rs-macros", version = "0.1.17" }
1919
candid.workspace = true
2020
ic-cdk.workspace = true
2121
serde.workspace = true

examples/btreemap_vs_hashmap/canbench_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ benches:
3030
heap_increase: 0
3131
stable_memory_increase: 0
3232
scopes: {}
33-
version: 0.1.16
33+
version: 0.1.17

examples/fibonacci/canbench_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ benches:
3434
heap_increase: 0
3535
stable_memory_increase: 0
3636
scopes: {}
37-
version: 0.1.16
37+
version: 0.1.17

0 commit comments

Comments
 (0)