Skip to content

Commit

Permalink
chore: Make N-0 MSRVs explicit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
epage committed Jan 18, 2024
1 parent 7e4d6e7 commit 711c836
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-util-schemas/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/crates-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions credential/cargo-credential-libsecret/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-credential-libsecret"
version = "0.4.2"
rust-version.workspace = true
version = "0.4.3"
rust-version = "1.75.0" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions credential/cargo-credential-macos-keychain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-credential-macos-keychain"
version = "0.4.2"
rust-version.workspace = true
version = "0.4.3"
rust-version = "1.75.0" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions credential/cargo-credential-wincred/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-credential-wincred"
version = "0.4.2"
rust-version.workspace = true
version = "0.4.3"
rust-version = "1.75.0" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 711c836

Please sign in to comment.