Skip to content

Commit

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

Generated by cargo-workspaces
  • Loading branch information
art049 committed Sep 5, 2023
1 parent 9caa8bd commit b69aeea
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.1.0"
version = "2.2.0"
edition = "2021"
description = "Bencher compatibility layer for CodSpeed"
authors = ["Arthur Pastel <arthur@codspeed.io>"]
Expand All @@ -18,7 +18,7 @@ keywords = ["codspeed", "benchmark", "bencher"]

[dependencies]
bencher = "0.1.5"
codspeed = { path = "../codspeed", version = "=2.1.0" }
codspeed = { path = "../codspeed", version = "=2.2.0" }

[[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.1.0"
version = "2.2.0"
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.1.0"
version = "2.2.0"
edition = "2021"
description = "Core instrumentation library for CodSpeed"
authors = ["Arthur Pastel <arthur@codspeed.io>"]
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.1.0"
version = "2.2.0"
edition = "2021"
description = "Criterion.rs compatibility layer for CodSpeed"
authors = ["Arthur Pastel <arthur@codspeed.io>"]
Expand All @@ -17,7 +17,7 @@ categories = [
keywords = ["codspeed", "benchmark", "criterion"]
[dependencies]
criterion = { version = "0.5.1", default-features = false }
codspeed = { path = "../codspeed", version = "=2.1.0" }
codspeed = { path = "../codspeed", version = "=2.2.0" }
colored = "2.0.0"

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

0 comments on commit b69aeea

Please sign in to comment.