Skip to content

Commit 8a9f8e1

Browse files
committed
1 parent 0cbca01 commit 8a9f8e1

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.7.0"
3+
version = "2.7.1"
44
rust-version = "1.74" # MSRV
55
edition = "2021"
66
description = "Bencher compatibility layer for CodSpeed"
@@ -19,7 +19,7 @@ keywords = ["codspeed", "benchmark", "bencher"]
1919

2020
[dependencies]
2121
bencher = "0.1.5"
22-
codspeed = { path = "../codspeed", version = "=2.7.0" }
22+
codspeed = { path = "../codspeed", version = "=2.7.1" }
2323

2424
[[bench]]
2525
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.7.0"
3+
version = "2.7.1"
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.7.0"
3+
version = "2.7.1"
44
rust-version = "1.74" # MSRV
55
edition = "2021"
66
description = "Core instrumentation library for CodSpeed"

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.7.0"
3+
version = "2.7.1"
44
rust-version = "1.74" # MSRV
55
edition = "2021"
66
description = "Criterion.rs compatibility layer for CodSpeed"
@@ -18,7 +18,7 @@ categories = [
1818
keywords = ["codspeed", "benchmark", "criterion"]
1919
[dependencies]
2020
criterion = { version = "0.5.1", default-features = false }
21-
codspeed = { path = "../codspeed", version = "=2.7.0" }
21+
codspeed = { path = "../codspeed", version = "=2.7.1" }
2222
colored = "2.1.0"
2323

2424
futures = { version = "0.3", default-features = false, optional = true }

0 commit comments

Comments
 (0)