We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b626f commit fae47f2Copy full SHA for fae47f2
.github/workflows/nightly.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
ref: "${{ github.event.inputs.rev }}"
22
- name: Install latest Rust
23
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@master
24
25
toolchain: nightly
26
- name: Install cargo udeps
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
- name: Install cargo audit
0 commit comments