Skip to content

Commit 1b94fb2

Browse files
committed
chore: Bump MSRV to 1.81
This is prep for using `#[expect]`. Its not clear why RenovateBot didn't do this.
1 parent d7bffc3 commit 1b94fb2

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ name = "cargo"
131131
version = "0.84.0"
132132
edition.workspace = true
133133
license.workspace = true
134-
rust-version = "1.80" # MSRV:1
134+
rust-version = "1.81" # MSRV:1
135135
homepage = "https://doc.rust-lang.org/cargo/index.html"
136136
repository.workspace = true
137137
documentation = "https://docs.rs/cargo"

crates/cargo-test-macro/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "cargo-test-macro"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition.workspace = true
5-
rust-version = "1.80" # MSRV:1
5+
rust-version = "1.81" # MSRV:1
66
license.workspace = true
77
homepage.workspace = true
88
repository.workspace = true

crates/cargo-test-support/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "cargo-test-support"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition.workspace = true
5-
rust-version = "1.80" # MSRV:1
5+
rust-version = "1.81" # MSRV:1
66
license.workspace = true
77
homepage.workspace = true
88
repository.workspace = true

crates/cargo-util-schemas/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-util-schemas"
3-
version = "0.6.0"
4-
rust-version = "1.80" # MSRV:1
3+
version = "0.6.1"
4+
rust-version = "1.81" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

crates/cargo-util/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-util"
3-
version = "0.2.15"
4-
rust-version = "1.80" # MSRV:1
3+
version = "0.2.16"
4+
rust-version = "1.81" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

crates/crates-io/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crates-io"
3-
version = "0.40.5"
4-
rust-version = "1.80" # MSRV:1
3+
version = "0.40.6"
4+
rust-version = "1.81" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-libsecret/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-libsecret"
3-
version = "0.4.8"
4-
rust-version = "1.80" # MSRV:1
3+
version = "0.4.9"
4+
rust-version = "1.81" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-macos-keychain/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-macos-keychain"
3-
version = "0.4.8"
4-
rust-version = "1.80" # MSRV:1
3+
version = "0.4.9"
4+
rust-version = "1.81" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-wincred/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-wincred"
3-
version = "0.4.8"
4-
rust-version = "1.80" # MSRV:1
3+
version = "0.4.9"
4+
rust-version = "1.81" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

0 commit comments

Comments
 (0)