From 560ba721203d610acbe6180fe9ac7f7eac7d98e8 Mon Sep 17 00:00:00 2001 From: XananasX Date: Thu, 9 Apr 2026 21:03:20 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5463e5bfab..11f5839650 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,11 +134,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true - + - uses: dtolnay/rust-toolchain@stable - name: Publish Flatbuffers uses: katyo/publish-crates@v2 with: