Skip to content

Commit ad2e1e9

Browse files
committed
fix: Set MSRV in all published packages
1 parent 9858189 commit ad2e1e9

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

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.75.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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cargo-platform"
33
version = "0.1.5"
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cargo-credential-1password"
33
version = "0.4.0"
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cargo-credential-libsecret"
33
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 GNOME libsecret."
89

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cargo-credential-macos-keychain"
33
version = "0.3.1"
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cargo-credential-wincred"
33
version = "0.3.1"
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

0 commit comments

Comments
 (0)