From 1f2f22675ffbeee0e2eb97a8ad1e961fa71b3fbe Mon Sep 17 00:00:00 2001 From: tyranron Date: Tue, 2 Jan 2024 16:17:26 +0100 Subject: [PATCH] Upgrade to 1.75 Rust --- .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 83fda1c..3198cf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ env: && !startsWith(github.ref, 'refs/tags/v') && !contains(github.event.head_commit.message, '[fresh ci]') }} RUST_BACKTRACE: 1 - RUST_VER: "1.74" + RUST_VER: "1.75" jobs: