Skip to content

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
cargo-codspeed@2.8.0
codspeed@2.8.0
codspeed-bencher-compat@2.8.0
codspeed-criterion-compat@2.8.0
codspeed-divan-compat@2.8.0
codspeed-divan-compat-macros@2.8.0
codspeed-divan-compat-walltime@2.8.0

Generated by cargo-workspaces
  • Loading branch information
art049 committed Feb 13, 2025
1 parent fd8f45d commit 98be94e
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 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.8.0-alpha.3"
version = "2.8.0"
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.8.0-alpha.3" }
codspeed = { path = "../codspeed", version = "=2.8.0" }

[[bench]]
name = "bencher_example"
Expand Down
4 changes: 2 additions & 2 deletions 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.8.0-alpha.3"
version = "2.8.0"
edition = "2021"
description = "Cargo extension to build & run your codspeed benchmarks"
authors = ["Arthur Pastel <arthur@codspeed.io>"]
Expand All @@ -26,7 +26,7 @@ itertools = { workspace = true }
anstyle = "1.0.8"
serde = { workspace = true }
serde_json = { workspace = true }
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.3" }
codspeed = { path = "../codspeed", version = "=2.8.0" }
glob = "0.3.2"
statrs = "0.18.0"

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.8.0-alpha.3"
version = "2.8.0"
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.8.0-alpha.3"
version = "2.8.0"
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.8.0-alpha.3" }
codspeed = { path = "../codspeed", version = "=2.8.0" }
colored = "2.1.0"

futures = { version = "0.3", default-features = false, optional = true }
Expand Down
8 changes: 4 additions & 4 deletions crates/divan_compat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codspeed-divan-compat"
version = "2.8.0-alpha.3"
version = "2.8.0"
rust-version = "1.80"
edition = "2021"
description = "Divan compatibility layer for CodSpeed"
Expand All @@ -18,9 +18,9 @@ categories = [
keywords = ["codspeed", "benchmark", "divan"]

[dependencies]
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.3" }
divan = { package = "codspeed-divan-compat-walltime", path = "./divan_fork", version = "=2.8.0-alpha.3" }
codspeed-divan-compat-macros = { version = "=2.8.0-alpha.3", path = './macros' }
codspeed = { path = "../codspeed", version = "=2.8.0" }
divan = { package = "codspeed-divan-compat-walltime", path = "./divan_fork", version = "=2.8.0" }
codspeed-divan-compat-macros = { version = "=2.8.0", path = './macros' }

[[bench]]
name = "basic_example"
Expand Down
4 changes: 2 additions & 2 deletions crates/divan_compat/divan_fork/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codspeed-divan-compat-walltime"
version = "2.8.0-alpha.3"
version = "2.8.0"
rust-version = "1.80.0"
edition = "2021"
authors = ["Nikolai Vazquez"]
Expand All @@ -23,7 +23,7 @@ regex = { package = "regex-lite", version = "0.1", default-features = false, fea
"std",
"string",
] }
codspeed = { path = "../../codspeed", version = "=2.8.0-alpha.3" }
codspeed = { path = "../../codspeed", version = "=2.8.0" }

[target.'cfg(unix)'.dependencies]
libc = "0.2.148"
Expand Down
2 changes: 1 addition & 1 deletion crates/divan_compat/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codspeed-divan-compat-macros"
version = "2.8.0-alpha.3"
version = "2.8.0"
rust-version = "1.80"
edition = "2021"
description = "Macros for the Divan compatibility layer for CodSpeed"
Expand Down

0 comments on commit 98be94e

Please sign in to comment.