We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79bcdd commit 4766acfCopy full SHA for 4766acf
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- uses: actions-rs/toolchain@v1
56
with:
57
- toolchain: nightly
+ toolchain: nightly-2024-02-03
58
components: rustfmt, clippy, rust-src
59
override: false
60
@@ -83,11 +83,11 @@ jobs:
83
84
- name: Check formatting
85
run: |
86
- cargo +nightly fmt --all -- --check
+ cargo +nightly-2024-02-03 fmt --all -- --check
87
88
- name: Run clippy
89
90
- cargo +nightly clippy --all -- --deny warnings
+ cargo +nightly-2024-02-03 clippy --all -- --deny warnings
91
92
- name: Build
93
run: cargo build --verbose
@@ -207,7 +207,7 @@ jobs:
207
208
209
210
211
components: rust-src
212
override: true
213
0 commit comments