Skip to content

Commit c2192f2

Browse files
chore(deps): update msrv
1 parent 23c36f5 commit c2192f2

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude = [
1111
]
1212

1313
[workspace.package]
14-
rust-version = "1.78" # MSRV:3
14+
rust-version = "1.79" # MSRV:3
1515
edition = "2021"
1616
license = "MIT OR Apache-2.0"
1717
homepage = "https://github.com/rust-lang/cargo"
@@ -132,7 +132,7 @@ name = "cargo"
132132
version = "0.85.0"
133133
edition.workspace = true
134134
license.workspace = true
135-
rust-version = "1.81" # MSRV:1
135+
rust-version = "1.82" # MSRV:1
136136
homepage = "https://doc.rust-lang.org/cargo/index.html"
137137
repository.workspace = true
138138
documentation = "https://docs.rs/cargo"

crates/cargo-test-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cargo-test-macro"
33
version = "0.3.2"
44
edition.workspace = true
5-
rust-version = "1.81" # MSRV:1
5+
rust-version = "1.82" # MSRV:1
66
license.workspace = true
77
homepage.workspace = true
88
repository.workspace = true

crates/cargo-test-support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cargo-test-support"
33
version = "0.6.0"
44
edition.workspace = true
5-
rust-version = "1.81" # MSRV:1
5+
rust-version = "1.82" # MSRV:1
66
license.workspace = true
77
homepage.workspace = true
88
repository.workspace = true

crates/cargo-util-schemas/Cargo.toml

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

crates/cargo-util/Cargo.toml

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

crates/crates-io/Cargo.toml

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

credential/cargo-credential-libsecret/Cargo.toml

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

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

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

credential/cargo-credential-wincred/Cargo.toml

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

0 commit comments

Comments
 (0)