diff --git a/Cargo.toml b/Cargo.toml index 3b256d0ce8ca7..e0766901af548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ resolver = "2" [workspace.package] edition = "2021" -rust-version = "1.74.0" +rust-version = "1.76.0" [profile.dev] split-debuginfo = "unpacked" diff --git a/bin/lint-versions b/bin/lint-versions index ac4d7ce14b286..5cf901c6d65eb 100755 --- a/bin/lint-versions +++ b/bin/lint-versions @@ -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\.76\.0" || \ (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) diff --git a/misc/wasm/Cargo.toml b/misc/wasm/Cargo.toml index a6953bea4c5ba..bc4133f6a1355 100644 --- a/misc/wasm/Cargo.toml +++ b/misc/wasm/Cargo.toml @@ -7,7 +7,7 @@ members = [ [workspace.package] edition = "2021" -rust-version = "1.74.0" +rust-version = "1.76.0" [workspace.metadata.vet] store = { path = "../cargo-vet" }