Skip to content

Commit 38f367b

Browse files
art049GuillaumeLagrange
authored andcommitted
Release 2.8.0-alpha.1
1 parent a65176f commit 38f367b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/divan_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = ["codspeed", "benchmark", "divan"]
2020
[dependencies]
2121
codspeed = { path = "../codspeed", version = "=2.8.0-alpha.1" }
2222
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' }
23+
codspeed-divan-compat-macros = { version = "=2.8.0-alpha.1", 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.8.0-alpha.0"
3+
version = "2.8.0-alpha.1"
44
rust-version = "1.74" # MSRV TODO: Check versioning
55
edition = "2021"
66
description = "Macros for the Divan compatibility layer for CodSpeed"

0 commit comments

Comments
 (0)