Skip to content

Commit 7370bbf

Browse files
chore!: bump MSRV to 1.85
1 parent b30ce7d commit 7370bbf

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

crates/bencher_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-bencher-compat"
33
version = "4.7.0"
4-
rust-version = "1.80" # MSRV
4+
rust-version = "1.85" # MSRV
55
edition = "2021"
66
description = "Bencher compatibility layer for CodSpeed"
77
authors = ["Arthur Pastel <arthur@codspeed.io>"]

crates/cargo-codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-codspeed"
33
version = "4.7.0"
4-
rust-version = "1.80" # MSRV
4+
rust-version = "1.85" # MSRV
55
edition = "2021"
66
description = "Cargo extension to build & run your codspeed benchmarks"
77
authors = ["Arthur Pastel <arthur@codspeed.io>"]

crates/codspeed/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"
33
version = "4.7.0"
4-
rust-version = "1.80" # MSRV
4+
rust-version = "1.85" # MSRV
55
edition = "2021"
66
description = "Core instrumentation library for CodSpeed"
77
authors = ["Arthur Pastel <arthur@codspeed.io>"]

crates/criterion_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-criterion-compat"
33
version = "4.7.0"
4-
rust-version = "1.80" # MSRV
4+
rust-version = "1.85" # MSRV
55
edition = "2021"
66
description = "Criterion.rs compatibility layer for CodSpeed"
77
authors = ["Arthur Pastel <arthur@codspeed.io>"]

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 = "4.7.0"
4-
rust-version = "1.80"
4+
rust-version = "1.85"
55
edition = "2021"
66
description = "Divan compatibility layer for CodSpeed"
77
authors = ["Arthur Pastel <arthur@codspeed.io>"]

0 commit comments

Comments
 (0)