From a3870b4e73911b4f118262d0547d6fe065b41083 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Fri, 16 Feb 2024 16:32:15 +0100 Subject: [PATCH] Bump Rust version to 1.74.1 Fixes: https://github.com/MaterializeInc/materialize/issues/24818 --- Cargo.toml | 2 +- bin/lint-versions | 2 +- misc/wasm/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b256d0ce8ca7..c68dc624d9fea 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.74.1" [profile.dev] split-debuginfo = "unpacked" diff --git a/bin/lint-versions b/bin/lint-versions index ac4d7ce14b286..0468d43849f38 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\.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) diff --git a/misc/wasm/Cargo.toml b/misc/wasm/Cargo.toml index a6953bea4c5ba..c4e083650e029 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.74.1" [workspace.metadata.vet] store = { path = "../cargo-vet" }