From 6ad900f4ea85811a2834715423869f9408749c5c Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Thu, 4 Dec 2025 10:47:07 +0100 Subject: [PATCH] fix rust toolchain --- .forgejo/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 9a1ddb2..8d224d2 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -20,9 +20,7 @@ jobs: GITHUB_STATUS_REPORTER: ${{ !env.ACT }} GITHUB_COMMENT_REPORTER: ${{ !env.ACT }} - - uses: https://github.com/wackbyte/rust-toolchain@trunk - with: - toolchain: stable + - uses: https://actions-rust-lang/setup-rust-toolchain@v1 #- run: cargo test --all-features - run: cargo run -- --help