chore: Make N-2 the default MSRV

We likely don't want to release these packages every 6 months just for
an MSRV bump.
By moving the MSRV out of the package, `cargo bump-check` will ignore
the MSRV bump.

Inspired by #13266
This commit is contained in:
Ed Page 2024-01-18 15:30:41 -06:00
parent b291f42dce
commit c6c1df4758
6 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ exclude = [
]
[workspace.package]
rust-version = "1.75.0" # MSRV:1
rust-version = "1.73" # MSRV:3
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/cargo"

View File

@ -3,7 +3,7 @@ name = "cargo-platform"
version = "0.1.8"
edition.workspace = true
license.workspace = true
rust-version = "1.73" # MSRV:3
rust-version.workspace = true
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/cargo-platform"

View File

@ -2,7 +2,7 @@
name = "home"
version = "0.5.11"
authors = ["Brian Anderson <andersrb@gmail.com>"]
rust-version = "1.73" # MSRV:3
rust-version.workspace = true
documentation = "https://docs.rs/home"
edition.workspace = true
include = [

View File

@ -5,7 +5,7 @@ authors = [
"Pascal Hertleif <killercup@gmail.com>",
"Oliver Schneider <oli-obk@users.noreply.github.com>",
]
rust-version = "1.73" # MSRV:3
rust-version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true

View File

@ -1,7 +1,7 @@
[package]
name = "cargo-credential-1password"
version = "0.4.4"
rust-version = "1.73" # MSRV:3
rust-version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true

View File

@ -1,7 +1,7 @@
[package]
name = "cargo-credential"
version = "0.4.4"
rust-version = "1.73" # MSRV:3
rust-version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true