diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4a79b16..51c9c3f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: https://codeberg.org/wackbyte/rust-toolchain@trunk with: toolchain: stable - components: rustfmt, clippy, rust-src + components: rustfmt, clippy - name: Cache uses: https://github.com/Swatinem/rust-cache@v2 with: diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f7acab6..66768f4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] channel = "nightly-2025-10-02" -components = ["rustfmt", "rust-analyzer", "clippy", "rust-src"] +components = ["rustfmt", "rust-analyzer"]