diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 7609116..4a79b16 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Install Rust uses: https://codeberg.org/wackbyte/rust-toolchain@trunk with: - toolchain: nightly-2025-10-02 + toolchain: stable components: rustfmt, clippy, rust-src - name: Cache uses: https://github.com/Swatinem/rust-cache@v2