Skip to content

Commit aab3f73

Browse files
feat(divan_compat): add correct MSRV
1 parent a0b46d4 commit aab3f73

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
@@ -1,7 +1,7 @@
11
[package]
22
name = "codspeed-divan-compat"
33
version = "2.8.0-alpha.3"
4-
rust-version = "1.74" # MSRV TODO: Check versioning
4+
rust-version = "1.80"
55
edition = "2021"
66
description = "Divan compatibility layer for CodSpeed"
77
authors = ["Arthur Pastel <arthur@codspeed.io>"]

crates/divan_compat/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "codspeed-divan-compat-macros"
33
version = "2.8.0-alpha.3"
4-
rust-version = "1.74" # MSRV TODO: Check versioning
4+
rust-version = "1.80"
55
edition = "2021"
66
description = "Macros for the Divan compatibility layer for CodSpeed"
77
authors = ["Arthur Pastel <arthur@codspeed.io>"]

0 commit comments

Comments
 (0)