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 d6570c9 commit 59455d3Copy full SHA for 59455d3
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install apt-get
18
run: sudo apt-get install -y clang llvm
19
- name: Install latest nightly
20
- uses: dtolnay/rust-toolchain@v1
+ uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # v1
21
with:
22
toolchain: nightly
23
components: rustfmt, clippy
0 commit comments