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] committed Mar 22, 2024
1 parent 7ff7e34 commit dfa1e57
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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:3
rust-version = "1.75" # MSRV:3
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/cargo"
Expand Down Expand Up @@ -128,7 +128,7 @@ name = "cargo"
version = "0.80.0"
edition.workspace = true
license.workspace = true
rust-version = "1.76.0" # MSRV:1
rust-version = "1.77" # MSRV:1
homepage = "https://doc.rust-lang.org/cargo/index.html"
repository.workspace = true
documentation = "https://docs.rs/cargo"
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-util-schemas/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-util-schemas"
version = "0.3.1"
rust-version = "1.76.0" # MSRV:1
rust-version = "1.77" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-util"
version = "0.2.11"
rust-version = "1.76.0" # MSRV:1
rust-version = "1.77" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/crates-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crates-io"
version = "0.40.1"
rust-version = "1.76.0" # MSRV:1
rust-version = "1.77" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion credential/cargo-credential-libsecret/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-credential-libsecret"
version = "0.4.4"
rust-version = "1.76.0" # MSRV:1
rust-version = "1.77" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion credential/cargo-credential-macos-keychain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-credential-macos-keychain"
version = "0.4.4"
rust-version = "1.76.0" # MSRV:1
rust-version = "1.77" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion credential/cargo-credential-wincred/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-credential-wincred"
version = "0.4.4"
rust-version = "1.76.0" # MSRV:1
rust-version = "1.77" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit dfa1e57

Please sign in to comment.