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
|
uses: https://codeberg.org/wackbyte/rust-toolchain@trunk
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy, rust-src
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: https://github.com/Swatinem/rust-cache@v2
|
uses: https://github.com/Swatinem/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2025-10-02"
|
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