Skip to content

Commit 03a642b

Browse files
committed
fix: Set MSRV in all published packages
1 parent 4b55a4f commit 03a642b

File tree

9 files changed

+20
-13
lines changed

9 files changed

+20
-13
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ name = "cargo"
108108
version = "0.76.0"
109109
edition.workspace = true
110110
license.workspace = true
111+
rust-version.workspace = true
111112
homepage = "https://crates.io"
112113
repository = "https://github.com/rust-lang/cargo"
113114
documentation = "https://docs.rs/cargo"

crates/cargo-platform/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "cargo-platform"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition.workspace = true
55
license.workspace = true
6+
rust-version = "1.70.0" # MSRV:3
67
homepage = "https://github.com/rust-lang/cargo"
78
repository = "https://github.com/rust-lang/cargo"
89
documentation = "https://docs.rs/cargo-platform"

crates/home/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "home"
33
version = "0.5.8"
44
authors = ["Brian Anderson <[email protected]>"]
5+
rust-version = "1.70.0" # MSRV:3
56
documentation = "https://docs.rs/home"
67
edition.workspace = true
78
include = [

credential/cargo-credential-1password/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "cargo-credential-1password"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition.workspace = true
55
license.workspace = true
6+
rust-version = "1.70.0" # MSRV:3
67
repository = "https://github.com/rust-lang/cargo"
78
description = "A Cargo credential process that stores tokens in a 1password vault."
89

credential/cargo-credential-libsecret/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "cargo-credential-libsecret"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition.workspace = true
55
license.workspace = true
6+
rust-version.workspace = true
67
repository = "https://github.com/rust-lang/cargo"
78
description = "A Cargo credential process that stores tokens with GNOME libsecret."
89

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "cargo-credential-macos-keychain"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition.workspace = true
55
license.workspace = true
6+
rust-version.workspace = true
67
repository = "https://github.com/rust-lang/cargo"
78
description = "A Cargo credential process that stores tokens in a macOS keychain."
89

credential/cargo-credential-wincred/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "cargo-credential-wincred"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition.workspace = true
55
license.workspace = true
6+
rust-version.workspace = true
67
repository = "https://github.com/rust-lang/cargo"
78
description = "A Cargo credential process that stores tokens with Windows Credential Manager."
89

credential/cargo-credential/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-credential"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition.workspace = true
55
license.workspace = true
66
rust-version = "1.70.0" # MSRV:3

0 commit comments

Comments
 (0)