Skip to content

Commit b73496b

Browse files
committed
fix: Set MSRV for all packages
1 parent 00b8da6 commit b73496b

File tree

20 files changed

+20
-0
lines changed

20 files changed

+20
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ exclude = [
1111
]
1212

1313
[workspace.package]
14+
rust-version = "1.71.0"
1415
edition = "2021"
1516
license = "MIT OR Apache-2.0"
1617

benches/benchsuite/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "benchsuite"
33
version = "0.0.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
homepage = "https://github.com/rust-lang/cargo"

benches/capture/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "capture"
33
version = "0.1.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
description = "Tool for capturing a real-world workspace for benchmarking."

crates/cargo-platform/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cargo-platform"
33
version = "0.1.4"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
homepage = "https://github.com/rust-lang/cargo"

crates/cargo-test-macro/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cargo-test-macro"
33
version = "0.1.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
homepage = "https://github.com/rust-lang/cargo"

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cargo-test-support"
33
version = "0.1.0"
4+
rust-version.workspace = true
45
license.workspace = true
56
edition.workspace = true
67
publish = false

crates/cargo-util/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cargo-util"
33
version = "0.2.5"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
homepage = "https://github.com/rust-lang/cargo"

crates/crates-io/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "crates-io"
33
version = "0.37.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
repository = "https://github.com/rust-lang/cargo"

crates/home/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "home"
33
version = "0.5.6" # also update `html_root_url` in `src/lib.rs`
44
authors = ["Brian Anderson <[email protected]>"]
55
documentation = "https://docs.rs/home"
6+
rust-version.workspace = true
67
edition.workspace = true
78
include = [
89
"/src",

crates/mdman/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "mdman"
33
version = "0.0.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
description = "Creates a man page page from markdown."

crates/resolver-tests/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "resolver-tests"
33
version = "0.0.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
publish = false
67

crates/semver-check/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "semver-check"
33
version = "0.0.0"
44
authors = ["Eric Huss"]
5+
rust-version.workspace = true
56
edition.workspace = true
67
publish = false
78

crates/xtask-build-man/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "xtask-build-man"
33
version = "0.0.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
publish = false
67

crates/xtask-stale-label/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "xtask-stale-label"
33
version = "0.0.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
publish = false
67

crates/xtask-unpublished/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "xtask-unpublished"
33
version = "0.0.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
publish = false
67

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cargo-credential-1password"
33
version = "0.2.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
repository = "https://github.com/rust-lang/cargo"

credential/cargo-credential-gnome-secret/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cargo-credential-gnome-secret"
33
version = "0.2.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
repository = "https://github.com/rust-lang/cargo"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cargo-credential-macos-keychain"
33
version = "0.2.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
repository = "https://github.com/rust-lang/cargo"

credential/cargo-credential-wincred/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cargo-credential-wincred"
33
version = "0.2.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
repository = "https://github.com/rust-lang/cargo"

credential/cargo-credential/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cargo-credential"
33
version = "0.2.0"
4+
rust-version.workspace = true
45
edition.workspace = true
56
license.workspace = true
67
repository = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)