Skip to content

Commit

Permalink
chore(deps): update msrv (1 version) to v1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 81e0670 commit 1a60b8e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ name = "cargo"
version = "0.85.0"
edition.workspace = true
license.workspace = true
rust-version = "1.82" # MSRV:1
rust-version = "1.83" # 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-test-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cargo-test-macro"
version = "0.3.3"
edition.workspace = true
rust-version = "1.82" # MSRV:1
rust-version = "1.83" # MSRV:1
license.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cargo-test-support"
version = "0.6.0"
edition.workspace = true
rust-version = "1.82" # MSRV:1
rust-version = "1.83" # MSRV:1
license.workspace = true
homepage.workspace = true
repository.workspace = true
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.7.1"
rust-version = "1.82" # MSRV:1
rust-version = "1.83" # 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.17"
rust-version = "1.82" # MSRV:1
rust-version = "1.83" # 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.7"
rust-version = "1.82" # MSRV:1
rust-version = "1.83" # 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.10"
rust-version = "1.82" # MSRV:1
rust-version = "1.83" # 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.10"
rust-version = "1.82" # MSRV:1
rust-version = "1.83" # 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.10"
rust-version = "1.82" # MSRV:1
rust-version = "1.83" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 1a60b8e

Please sign in to comment.