We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafaf5d commit cbf73ffCopy full SHA for cbf73ff
2 files changed
.github/workflows/ci.yaml
@@ -5,7 +5,7 @@ jobs:
5
fmt:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: dtolnay/rust-toolchain@stable
+ - uses: dtolnay/rust-toolchain@nightly
9
with:
10
components: rustfmt
11
- uses: r7kamura/rust-problem-matchers@v1
@@ -17,7 +17,7 @@ jobs:
17
env:
18
RUSTFLAGS: -D warnings
19
20
21
22
- uses: actions/checkout@v5
23
- run: cargo check --workspace --all-targets
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
components: clippy
33
rust-toolchain.toml
@@ -0,0 +1 @@
1
+nightly
0 commit comments