Skip to content

Commit

Permalink
Auto merge of #14585 - epage:msrv-stable, r=ehuss
Browse files Browse the repository at this point in the history
chore: Bump MSRV to 1.81

This is prep for using `#[expect]`.

Its not clear why RenovateBot didn't do this.
  • Loading branch information
bors committed Sep 24, 2024
2 parents d7bffc3 + 1b94fb2 commit e94fde9
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ name = "cargo"
version = "0.84.0"
edition.workspace = true
license.workspace = true
rust-version = "1.80" # MSRV:1
rust-version = "1.81" # MSRV:1
homepage = "https://doc.rust-lang.org/cargo/index.html"
repository.workspace = true
documentation = "https://docs.rs/cargo"
Expand Down
4 changes: 2 additions & 2 deletions crates/cargo-test-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "cargo-test-macro"
version = "0.3.1"
version = "0.3.2"
edition.workspace = true
rust-version = "1.80" # MSRV:1
rust-version = "1.81" # MSRV:1
license.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/cargo-test-support/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "cargo-test-support"
version = "0.4.0"
version = "0.4.1"
edition.workspace = true
rust-version = "1.80" # MSRV:1
rust-version = "1.81" # MSRV:1
license.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0"
rust-version = "1.80" # MSRV:1
version = "0.6.1"
rust-version = "1.81" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions 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.15"
rust-version = "1.80" # MSRV:1
version = "0.2.16"
rust-version = "1.81" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions 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.5"
rust-version = "1.80" # MSRV:1
version = "0.40.6"
rust-version = "1.81" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions 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.8"
rust-version = "1.80" # MSRV:1
version = "0.4.9"
rust-version = "1.81" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions 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.8"
rust-version = "1.80" # MSRV:1
version = "0.4.9"
rust-version = "1.81" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions 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.8"
rust-version = "1.80" # MSRV:1
version = "0.4.9"
rust-version = "1.81" # MSRV:1
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit e94fde9

Please sign in to comment.