Skip to content

Commit b1e1512

Browse files
committed
1 parent 29ab360 commit b1e1512

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

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

crates/bencher_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-bencher-compat"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
edition = "2021"
55
description = "Bencher compatibility layer for CodSpeed"
66
authors = ["Arthur Pastel <[email protected]>"]

crates/cargo-codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-codspeed"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
edition = "2021"
55
description = "Cargo extension to build & run your codspeed benchmarks"
66
authors = ["Arthur Pastel <[email protected]>"]

crates/codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
edition = "2021"
55
description = "Core instrumentation library for CodSpeed"
66
authors = ["Arthur Pastel <[email protected]>"]

crates/criterion_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-criterion-compat"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
edition = "2021"
55
description = "Criterion.rs compatibility layer for CodSpeed"
66
authors = ["Arthur Pastel <[email protected]>"]

0 commit comments

Comments
 (0)