Skip to content

Commit 95d6f89

Browse files
committed
Release 2.8.0-alpha.2
cargo-codspeed@2.8.0-alpha.2 codspeed@2.8.0-alpha.2 codspeed-bencher-compat@2.8.0-alpha.2 codspeed-criterion-compat@2.8.0-alpha.2 codspeed-divan-compat@2.8.0-alpha.2 codspeed-divan-compat-macros@2.8.0-alpha.2 codspeed-divan-compat-walltime@2.8.0-alpha.2 Generated by cargo-workspaces
1 parent 649f709 commit 95d6f89

File tree

8 files changed

+21
-22
lines changed

8 files changed

+21
-22
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bencher_compat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-bencher-compat"
3-
version = "2.8.0-alpha.1"
3+
version = "2.8.0-alpha.2"
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.8.0-alpha.1" }
22+
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.2" }
2323

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

crates/cargo-codspeed/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-codspeed"
3-
version = "2.8.0-alpha.1"
3+
version = "2.8.0-alpha.2"
44
edition = "2021"
55
description = "Cargo extension to build & run your codspeed benchmarks"
66
authors = ["Arthur Pastel <arthur@codspeed.io>"]
@@ -26,7 +26,7 @@ itertools = "0.13.0"
2626
anstyle = "1.0.8"
2727
serde = { workspace = true }
2828
serde_json = { workspace = true }
29-
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.1" }
29+
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.2" }
3030
glob = "0.3.2"
3131
statrs = "0.18.0"
3232

crates/codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed"
3-
version = "2.8.0-alpha.1"
3+
version = "2.8.0-alpha.2"
44
rust-version = "1.74" # MSRV
55
edition = "2021"
66
description = "Core instrumentation library for CodSpeed"

crates/criterion_compat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-criterion-compat"
3-
version = "2.8.0-alpha.1"
3+
version = "2.8.0-alpha.2"
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.8.0-alpha.1" }
21+
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.2" }
2222
colored = "2.1.0"
2323

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

crates/divan_compat/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-divan-compat"
3-
version = "2.8.0-alpha.1"
3+
version = "2.8.0-alpha.2"
44
rust-version = "1.74" # MSRV TODO: Check versioning
55
edition = "2021"
66
description = "Divan compatibility layer for CodSpeed"
@@ -18,9 +18,9 @@ categories = [
1818
keywords = ["codspeed", "benchmark", "divan"]
1919

2020
[dependencies]
21-
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.1" }
22-
divan = { package = "codspeed-divan-compat-walltime", path = "./divan_fork", version = "=0.1.17" }
23-
codspeed-divan-compat-macros = { version = "=2.8.0-alpha.0", path = './macros' }
21+
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.2" }
22+
divan = { package = "codspeed-divan-compat-walltime", path = "./divan_fork", version = "=2.8.0-alpha.2" }
23+
codspeed-divan-compat-macros = { version = "=2.8.0-alpha.2", path = './macros' }
2424

2525
[[bench]]
2626
name = "basic_example"

crates/divan_compat/divan_fork/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-divan-compat-walltime"
3-
version = "0.1.17"
3+
version = "2.8.0-alpha.2"
44
rust-version = "1.80.0"
55
edition = "2021"
66
authors = ["Nikolai Vazquez"]
@@ -23,7 +23,7 @@ regex = { package = "regex-lite", version = "0.1", default-features = false, fea
2323
"std",
2424
"string",
2525
] }
26-
codspeed = { path = "../../codspeed", version = "=2.8.0-alpha.1" }
26+
codspeed = { path = "../../codspeed", version = "=2.8.0-alpha.2" }
2727

2828
[target.'cfg(unix)'.dependencies]
2929
libc = "0.2.148"

crates/divan_compat/macros/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-divan-compat-macros"
3-
version = "2.8.0-alpha.0"
3+
version = "2.8.0-alpha.2"
44
rust-version = "1.74" # MSRV TODO: Check versioning
55
edition = "2021"
66
description = "Macros for the Divan compatibility layer for CodSpeed"
@@ -16,7 +16,6 @@ categories = [
1616
"development-tools::testing",
1717
]
1818
keywords = ["codspeed", "benchmark", "divan"]
19-
publish = false # TODO: change when publishing instrumentation support
2019

2120
[lib]
2221
proc-macro = true

0 commit comments

Comments
 (0)