Skip to content

Commit

Permalink
Bump Rust version to 1.74.1
Browse files Browse the repository at this point in the history
Fixes: #24818
  • Loading branch information
def- committed Feb 16, 2024
1 parent de908fa commit 91d6b61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
rust-version = "1.74.0"
rust-version = "1.74.1"

[profile.dev]
split-debuginfo = "unpacked"
Expand Down
2 changes: 1 addition & 1 deletion bin/lint-versions
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#
# lint-versions - Check rust version

grep "rust-version = " Cargo.toml | grep -q "1\.74\.0" || \
grep "rust-version = " Cargo.toml | grep -q "1\.74\.1" || \
(echo "Please validate new Rust versions for compilation time performance regressions or ask Team Testing to do so. Afterwards change the tested version in bin/lint-versions" && exit 1)
2 changes: 1 addition & 1 deletion misc/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [

[workspace.package]
edition = "2021"
rust-version = "1.74.0"
rust-version = "1.74.1"

[workspace.metadata.vet]
store = { path = "../cargo-vet" }
Expand Down

0 comments on commit 91d6b61

Please sign in to comment.