From fd8ddd54455f8b8f01b46ed172dc0a532ce593bb Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 22 Mar 2026 17:00:56 -0400 Subject: [PATCH] Changed rust toolchain in workflow --- .gitea/workflows/tag_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tag_release.yml b/.gitea/workflows/tag_release.yml index 64411cb..f584657 100644 --- a/.gitea/workflows/tag_release.yml +++ b/.gitea/workflows/tag_release.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 # Important for git describe --tags - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: - uses: actions-rust-lang/setup-rust-toolchain@v2 with: toolchain: 1.94 components: cargo