Skip to content

Commit 6903770

Browse files
committed
1 parent 814fb2b commit 6903770

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bencher_compat/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-bencher-compat"
3-
version = "2.6.0"
3+
version = "2.7.0"
44
edition = "2021"
55
description = "Bencher compatibility layer for CodSpeed"
66
authors = ["Arthur Pastel <[email protected]>"]
@@ -18,7 +18,7 @@ keywords = ["codspeed", "benchmark", "bencher"]
1818

1919
[dependencies]
2020
bencher = "0.1.5"
21-
codspeed = { path = "../codspeed", version = "=2.6.0" }
21+
codspeed = { path = "../codspeed", version = "=2.7.0" }
2222

2323
[[bench]]
2424
name = "bencher_example"

crates/cargo-codspeed/Cargo.toml

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

crates/codspeed/Cargo.toml

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

crates/criterion_compat/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-criterion-compat"
3-
version = "2.6.0"
3+
version = "2.7.0"
44
edition = "2021"
55
description = "Criterion.rs compatibility layer for CodSpeed"
66
authors = ["Arthur Pastel <[email protected]>"]
@@ -17,7 +17,7 @@ categories = [
1717
keywords = ["codspeed", "benchmark", "criterion"]
1818
[dependencies]
1919
criterion = { version = "0.5.1", default-features = false }
20-
codspeed = { path = "../codspeed", version = "=2.6.0" }
20+
codspeed = { path = "../codspeed", version = "=2.7.0" }
2121
colored = "2.1.0"
2222

2323
futures = { version = "0.3", default_features = false, optional = true }

0 commit comments

Comments
 (0)