We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0feac commit 094180aCopy full SHA for 094180a
.github/workflows/code_style.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: actions-rs/toolchain@v1
18
with:
19
- toolchain: nightly
+ toolchain: nightly-2023-03-24
20
override: true
21
components: rustfmt, clippy
22
.github/workflows/linux.yml
@@ -136,5 +136,5 @@ jobs:
136
137
- name: Clear the cargo caches
138
run: |
139
- cargo install cargo-cache --no-default-features --features ci-autoclean
+ cargo +stable install cargo-cache --no-default-features --features ci-autoclean
140
cargo-cache
0 commit comments