From 95a2b5333e9a58c24e1ae9e7691afc67cd4b5dc5 Mon Sep 17 00:00:00 2001 From: DevITWay Date: Mon, 26 Jan 2026 00:35:45 +0000 Subject: [PATCH] fix: correct rust-toolchain action name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba9b0a2..8d29bfb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Rust - uses: dtolnay/rust-action@stable + uses: dtolnay/rust-toolchain@stable - name: Cache cargo uses: Swatinem/rust-cache@v2