From 4b700b976cf0377574e99089e3c4b91df9685b2f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 18 Jan 2024 15:28:04 -0600 Subject: [PATCH] chore: Make N-0 MSRVs explicit This will require a version bump every release but over-releasing these packages is likely a lot better than over-releasing the N-3 packages, which we won't have to do anymore after this. My hope is the `auto` value will be approved and stabilized and then we won't have to over-release anymore. --- Cargo.toml | 2 +- crates/cargo-util-schemas/Cargo.toml | 2 +- crates/cargo-util/Cargo.toml | 2 +- crates/crates-io/Cargo.toml | 2 +- credential/cargo-credential-libsecret/Cargo.toml | 2 +- credential/cargo-credential-macos-keychain/Cargo.toml | 2 +- credential/cargo-credential-wincred/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 77b2d172e662..0a6ab5b56cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ name = "cargo" version = "0.78.0" edition.workspace = true license.workspace = true -rust-version.workspace = true +rust-version = "1.75.0" # MSRV:1 homepage = "https://doc.rust-lang.org/cargo/index.html" repository.workspace = true documentation = "https://docs.rs/cargo" diff --git a/crates/cargo-util-schemas/Cargo.toml b/crates/cargo-util-schemas/Cargo.toml index 19170618e11b..81ae48ffded3 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.2.0" -rust-version.workspace = true +rust-version = "1.75.0" # 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 fa554309da4f..57424c59bbbb 100644 --- a/crates/cargo-util/Cargo.toml +++ b/crates/cargo-util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-util" version = "0.2.10" -rust-version.workspace = true +rust-version = "1.75.0" # 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 af487b3598e8..c720e4caf91a 100644 --- a/crates/crates-io/Cargo.toml +++ b/crates/crates-io/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crates-io" version = "0.40.0" -rust-version.workspace = true +rust-version = "1.75.0" # 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 c313f8160343..723f1cd556ba 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.2" -rust-version.workspace = true +rust-version = "1.75.0" # 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 d1905f57d53e..a02c89206a08 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.2" -rust-version.workspace = true +rust-version = "1.75.0" # 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 3e4bc86d778c..deb6c44c11e6 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.2" -rust-version.workspace = true +rust-version = "1.75.0" # MSRV:1 edition.workspace = true license.workspace = true homepage.workspace = true