diff --git a/Cargo.toml b/Cargo.toml index 0a6ab5b56..0a62314f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crates/cargo-platform/Cargo.toml b/crates/cargo-platform/Cargo.toml index bf7c3a25d..a42e2829a 100644 --- a/crates/cargo-platform/Cargo.toml +++ b/crates/cargo-platform/Cargo.toml @@ -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" diff --git a/crates/home/Cargo.toml b/crates/home/Cargo.toml index b4648df8c..91742e534 100644 --- a/crates/home/Cargo.toml +++ b/crates/home/Cargo.toml @@ -2,7 +2,7 @@ name = "home" version = "0.5.11" authors = ["Brian Anderson "] -rust-version = "1.73" # MSRV:3 +rust-version.workspace = true documentation = "https://docs.rs/home" edition.workspace = true include = [ diff --git a/crates/rustfix/Cargo.toml b/crates/rustfix/Cargo.toml index 2c97f65bf..8468f1055 100644 --- a/crates/rustfix/Cargo.toml +++ b/crates/rustfix/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Pascal Hertleif ", "Oliver Schneider ", ] -rust-version = "1.73" # MSRV:3 +rust-version.workspace = true edition.workspace = true license.workspace = true homepage.workspace = true diff --git a/credential/cargo-credential-1password/Cargo.toml b/credential/cargo-credential-1password/Cargo.toml index 3a15c1fde..144b44070 100644 --- a/credential/cargo-credential-1password/Cargo.toml +++ b/credential/cargo-credential-1password/Cargo.toml @@ -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 diff --git a/credential/cargo-credential/Cargo.toml b/credential/cargo-credential/Cargo.toml index 87f66b544..1b9ae5756 100644 --- a/credential/cargo-credential/Cargo.toml +++ b/credential/cargo-credential/Cargo.toml @@ -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