diff --git a/Cargo.toml b/Cargo.toml index 13a420d83078..18b5015a0e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = [ ] [workspace.package] -rust-version = "1.78" # MSRV:3 +rust-version = "1.79" # MSRV:3 edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://github.com/rust-lang/cargo" @@ -132,7 +132,7 @@ name = "cargo" version = "0.85.0" edition.workspace = true license.workspace = true -rust-version = "1.81" # MSRV:1 +rust-version = "1.82" # MSRV:1 homepage = "https://doc.rust-lang.org/cargo/index.html" repository.workspace = true documentation = "https://docs.rs/cargo" diff --git a/crates/cargo-test-macro/Cargo.toml b/crates/cargo-test-macro/Cargo.toml index bb083da67188..bea838943d33 100644 --- a/crates/cargo-test-macro/Cargo.toml +++ b/crates/cargo-test-macro/Cargo.toml @@ -2,7 +2,7 @@ name = "cargo-test-macro" version = "0.3.2" edition.workspace = true -rust-version = "1.81" # MSRV:1 +rust-version = "1.82" # MSRV:1 license.workspace = true homepage.workspace = true repository.workspace = true diff --git a/crates/cargo-test-support/Cargo.toml b/crates/cargo-test-support/Cargo.toml index 03deb758fd2a..e083b3cee117 100644 --- a/crates/cargo-test-support/Cargo.toml +++ b/crates/cargo-test-support/Cargo.toml @@ -2,7 +2,7 @@ name = "cargo-test-support" version = "0.6.0" edition.workspace = true -rust-version = "1.81" # MSRV:1 +rust-version = "1.82" # MSRV:1 license.workspace = true homepage.workspace = true repository.workspace = true diff --git a/crates/cargo-util-schemas/Cargo.toml b/crates/cargo-util-schemas/Cargo.toml index 87d133b490ab..c6318bdb13b9 100644 --- a/crates/cargo-util-schemas/Cargo.toml +++ b/crates/cargo-util-schemas/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-util-schemas" version = "0.7.0" -rust-version = "1.81" # MSRV:1 +rust-version = "1.82" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/crates/cargo-util/Cargo.toml b/crates/cargo-util/Cargo.toml index 554689c1a051..cacbf89da4fb 100644 --- a/crates/cargo-util/Cargo.toml +++ b/crates/cargo-util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-util" version = "0.2.16" -rust-version = "1.81" # MSRV:1 +rust-version = "1.82" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/crates/crates-io/Cargo.toml b/crates/crates-io/Cargo.toml index bca110f0ec86..bd99a517396f 100644 --- a/crates/crates-io/Cargo.toml +++ b/crates/crates-io/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crates-io" version = "0.40.6" -rust-version = "1.81" # MSRV:1 +rust-version = "1.82" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/credential/cargo-credential-libsecret/Cargo.toml b/credential/cargo-credential-libsecret/Cargo.toml index afd3af61293d..7b50e994afa1 100644 --- a/credential/cargo-credential-libsecret/Cargo.toml +++ b/credential/cargo-credential-libsecret/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-credential-libsecret" version = "0.4.9" -rust-version = "1.81" # MSRV:1 +rust-version = "1.82" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/credential/cargo-credential-macos-keychain/Cargo.toml b/credential/cargo-credential-macos-keychain/Cargo.toml index f7cd1a47e548..1491ce09b184 100644 --- a/credential/cargo-credential-macos-keychain/Cargo.toml +++ b/credential/cargo-credential-macos-keychain/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-credential-macos-keychain" version = "0.4.9" -rust-version = "1.81" # MSRV:1 +rust-version = "1.82" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/credential/cargo-credential-wincred/Cargo.toml b/credential/cargo-credential-wincred/Cargo.toml index 12246789e4c1..a8312d428a00 100644 --- a/credential/cargo-credential-wincred/Cargo.toml +++ b/credential/cargo-credential-wincred/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-credential-wincred" version = "0.4.9" -rust-version = "1.81" # MSRV:1 +rust-version = "1.82" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true