From 704574819407a08c1b76e29eb772ac9107d3338c Mon Sep 17 00:00:00 2001 From: mmagician Date: Wed, 17 Jul 2024 23:47:06 +0200 Subject: [PATCH] use stable rust in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 773dd47..9b8be55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.74.0 + toolchain: stable override: true # Install for Anvil @@ -48,7 +48,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.74.0 + toolchain: stable override: true components: rustfmt, clippy - name: cargo fmt