Skip to content

Commit e99360d

Browse files
committed
1 parent 677cb60 commit e99360d

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 13 additions & 13 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.7.2"
3+
version = "2.8.0-alpha.0"
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.2" }
22+
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.0" }
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.7.2"
3+
version = "2.8.0-alpha.0"
44
edition = "2021"
55
description = "Cargo extension to build & run your codspeed benchmarks"
66
authors = ["Arthur Pastel <[email protected]>"]
@@ -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.7.2" }
29+
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.0" }
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.7.2"
3+
version = "2.8.0-alpha.0"
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.7.2"
3+
version = "2.8.0-alpha.0"
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.2" }
21+
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.0" }
2222
colored = "2.1.0"
2323

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

crates/divan_compat/Cargo.toml

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

2020
[dependencies]
21-
codspeed = { path = "../codspeed", version = "=2.7.2" }
21+
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.0" }
2222
divan = { git = "https://github.com/CodSpeedHQ/divan" }
23-
codspeed-divan-compat-macros = { version = "=2.7.2", path = './macros' }
23+
codspeed-divan-compat-macros = { version = "=2.8.0-alpha.0", path = './macros' }
2424

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

crates/divan_compat/macros/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-divan-compat-macros"
3-
version = "2.7.2"
3+
version = "2.8.0-alpha.0"
44
rust-version = "1.74" # MSRV TODO: Check versioning
55
edition = "2021"
66
description = "Bencher compatibility layer for CodSpeed"

0 commit comments

Comments
 (0)