Skip to content

Commit

Permalink
Release 2.7.2
Browse files Browse the repository at this point in the history
cargo-codspeed@2.7.2
codspeed@2.7.2
codspeed-bencher-compat@2.7.2
codspeed-criterion-compat@2.7.2

Generated by cargo-workspaces
  • Loading branch information
art049 committed Sep 13, 2024
1 parent 7268615 commit dd51152
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 crates/bencher_compat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codspeed-bencher-compat"
version = "2.7.1"
version = "2.7.2"
rust-version = "1.74" # MSRV
edition = "2021"
description = "Bencher compatibility layer for CodSpeed"
Expand All @@ -19,7 +19,7 @@ keywords = ["codspeed", "benchmark", "bencher"]

[dependencies]
bencher = "0.1.5"
codspeed = { path = "../codspeed", version = "=2.7.1" }
codspeed = { path = "../codspeed", version = "=2.7.2" }

[[bench]]
name = "bencher_example"
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-codspeed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-codspeed"
version = "2.7.1"
version = "2.7.2"
edition = "2021"
description = "Cargo extension to build & run your codspeed benchmarks"
authors = ["Arthur Pastel <arthur@codspeed.io>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/codspeed/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codspeed"
version = "2.7.1"
version = "2.7.2"
rust-version = "1.74" # MSRV
edition = "2021"
description = "Core instrumentation library for CodSpeed"
Expand Down
4 changes: 2 additions & 2 deletions crates/criterion_compat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codspeed-criterion-compat"
version = "2.7.1"
version = "2.7.2"
rust-version = "1.74" # MSRV
edition = "2021"
description = "Criterion.rs compatibility layer for CodSpeed"
Expand All @@ -18,7 +18,7 @@ categories = [
keywords = ["codspeed", "benchmark", "criterion"]
[dependencies]
criterion = { version = "0.5.1", default-features = false }
codspeed = { path = "../codspeed", version = "=2.7.1" }
codspeed = { path = "../codspeed", version = "=2.7.2" }
colored = "2.1.0"

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

0 comments on commit dd51152

Please sign in to comment.