Skip to content

Commit 99e839d

Browse files
committed
fix: change divan crates descriptions
1 parent e99360d commit 99e839d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/divan_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "codspeed-divan-compat"
33
version = "2.8.0-alpha.0"
44
rust-version = "1.74" # MSRV TODO: Check versioning
55
edition = "2021"
6-
description = "Bencher compatibility layer for CodSpeed"
6+
description = "Divan compatibility layer for CodSpeed"
77
authors = ["Arthur Pastel <[email protected]>"]
88
documentation = "https://docs.codspeed.io"
99
readme = "README.md"

crates/divan_compat/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "codspeed-divan-compat-macros"
33
version = "2.8.0-alpha.0"
44
rust-version = "1.74" # MSRV TODO: Check versioning
55
edition = "2021"
6-
description = "Bencher compatibility layer for CodSpeed"
6+
description = "Macros for the Divan compatibility layer for CodSpeed"
77
authors = ["Arthur Pastel <[email protected]>"]
88
documentation = "https://docs.codspeed.io"
99
readme = "../README.md"

0 commit comments

Comments
 (0)