From 21d6579a229bc22d599a3252115768a92453b143 Mon Sep 17 00:00:00 2001 From: Kaur Kuut Date: Thu, 16 Nov 2023 21:38:44 +0200 Subject: [PATCH] Bump Rust stable toolchain to 1.74. (#145) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffaf6be9a..96745fe6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ env: # version like 1.70. Note that we only specify MAJOR.MINOR and not PATCH so that bugfixes still # come automatically. If the version specified here is no longer the latest stable version, # then please feel free to submit a PR that adjusts it along with the potential clippy fixes. - RUST_STABLE_VER: "1.73" # In quotes because otherwise 1.70 would be interpreted as 1.7 + RUST_STABLE_VER: "1.74" # In quotes because otherwise 1.70 would be interpreted as 1.7 # Rationale #