Skip to content

Commit d5f6385

Browse files
committed
1 parent de908fa commit d5f6385

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ resolver = "2"
117117

118118
[workspace.package]
119119
edition = "2021"
120-
rust-version = "1.74.0"
120+
rust-version = "1.76.0"
121121

122122
[profile.dev]
123123
split-debuginfo = "unpacked"

bin/lint-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
#
1212
# lint-versions - Check rust version
1313

14-
grep "rust-version = " Cargo.toml | grep -q "1\.74\.0" || \
14+
grep "rust-version = " Cargo.toml | grep -q "1\.76\.0" || \
1515
(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)

misc/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[workspace.package]
99
edition = "2021"
10-
rust-version = "1.74.0"
10+
rust-version = "1.76.0"
1111

1212
[workspace.metadata.vet]
1313
store = { path = "../cargo-vet" }

0 commit comments

Comments
 (0)