Skip to content

Commit 1a60b8e

Browse files
chore(deps): update msrv (1 version) to v1.83
1 parent 81e0670 commit 1a60b8e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ name = "cargo"
137137
version = "0.85.0"
138138
edition.workspace = true
139139
license.workspace = true
140-
rust-version = "1.82" # MSRV:1
140+
rust-version = "1.83" # MSRV:1
141141
homepage = "https://doc.rust-lang.org/cargo/index.html"
142142
repository.workspace = true
143143
documentation = "https://docs.rs/cargo"

crates/cargo-test-macro/Cargo.toml

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

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.82" # MSRV:1
5+
rust-version = "1.83" # MSRV:1
66
license.workspace = true
77
homepage.workspace = true
88
repository.workspace = true

crates/cargo-util-schemas/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-util-schemas"
33
version = "0.7.1"
4-
rust-version = "1.82" # MSRV:1
4+
rust-version = "1.83" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

crates/cargo-util/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-util"
33
version = "0.2.17"
4-
rust-version = "1.82" # MSRV:1
4+
rust-version = "1.83" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

crates/crates-io/Cargo.toml

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

credential/cargo-credential-libsecret/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-credential-libsecret"
33
version = "0.4.10"
4-
rust-version = "1.82" # MSRV:1
4+
rust-version = "1.83" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-macos-keychain/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-credential-macos-keychain"
33
version = "0.4.10"
4-
rust-version = "1.82" # MSRV:1
4+
rust-version = "1.83" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-wincred/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-credential-wincred"
33
version = "0.4.10"
4-
rust-version = "1.82" # MSRV:1
4+
rust-version = "1.83" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

0 commit comments

Comments
 (0)