Compare commits
1 commit
71d6d632db
...
c6b1893bb0
| Author | SHA1 | Date | |
|---|---|---|---|
| c6b1893bb0 |
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
uses: https://codeberg.org/wackbyte/rust-toolchain@trunk
|
||||
with:
|
||||
toolchain: stable
|
||||
components: rustfmt, clippy
|
||||
components: rustfmt, clippy, rust-src
|
||||
- name: Cache
|
||||
uses: https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2025-10-02"
|
||||
components = ["rustfmt", "rust-analyzer"]
|
||||
components = ["rustfmt", "rust-analyzer", "clippy", "rust-src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue