Skip to content

Commit

Permalink
chore(deps): update msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 7636f03 commit 04a377a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = [
]

[workspace.package]
rust-version = "1.73" # MSRV:1
rust-version = "1.75.0" # MSRV:1
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/cargo"
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "cargo-platform"
version = "0.1.7"
edition.workspace = true
license.workspace = true
rust-version = "1.70.0" # MSRV:3
rust-version = "1.73" # MSRV:3
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/cargo-platform"
Expand Down
2 changes: 1 addition & 1 deletion crates/home/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "home"
version = "0.5.10"
authors = ["Brian Anderson <andersrb@gmail.com>"]
rust-version = "1.70.0" # MSRV:3
rust-version = "1.73" # MSRV:3
documentation = "https://docs.rs/home"
edition.workspace = true
include = [
Expand Down
2 changes: 1 addition & 1 deletion crates/rustfix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
"Pascal Hertleif <killercup@gmail.com>",
"Oliver Schneider <oli-obk@users.noreply.github.com>",
]
rust-version = "1.70.0" # MSRV:3
rust-version = "1.73" # MSRV:3
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion credential/cargo-credential-1password/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-credential-1password"
version = "0.4.3"
rust-version = "1.70.0" # MSRV:3
rust-version = "1.73" # MSRV:3
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion credential/cargo-credential/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-credential"
version = "0.4.3"
rust-version = "1.70.0" # MSRV:3
rust-version = "1.73" # MSRV:3
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 04a377a

Please sign in to comment.