Skip to content

Commit b291f42

Browse files
committed
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.
1 parent 9438f80 commit b291f42

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ name = "cargo"
127127
version = "0.78.0"
128128
edition.workspace = true
129129
license.workspace = true
130-
rust-version.workspace = true
130+
rust-version = "1.75.0" # MSRV:1
131131
homepage = "https://doc.rust-lang.org/cargo/index.html"
132132
repository.workspace = true
133133
documentation = "https://docs.rs/cargo"

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.2.0"
4-
rust-version.workspace = true
4+
rust-version = "1.75.0" # 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.10"
4-
rust-version.workspace = true
4+
rust-version = "1.75.0" # 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.0"
4-
rust-version.workspace = true
4+
rust-version = "1.75.0" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-libsecret/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-libsecret"
3-
version = "0.4.2"
4-
rust-version.workspace = true
3+
version = "0.4.3"
4+
rust-version = "1.75.0" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-macos-keychain"
3-
version = "0.4.2"
4-
rust-version.workspace = true
3+
version = "0.4.3"
4+
rust-version = "1.75.0" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

credential/cargo-credential-wincred/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cargo-credential-wincred"
3-
version = "0.4.2"
4-
rust-version.workspace = true
3+
version = "0.4.3"
4+
rust-version = "1.75.0" # MSRV:1
55
edition.workspace = true
66
license.workspace = true
77
homepage.workspace = true

0 commit comments

Comments
 (0)