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 68c7f4e commit 0bfca69Copy full SHA for 0bfca69
.github/workflows/ci.yml
@@ -55,13 +55,13 @@ jobs:
55
# The version of this toolchain doesn't matter much. It's only used to
56
# generate the minimal-versions lockfile, not to actually run `cargo
57
# check`.
58
- toolchain: nightly-2021-01-05
+ toolchain: nightly
59
components: rustfmt, clippy
60
- uses: dtolnay/rust-toolchain@b44cb146d03e8d870c57ab64b80f04586349ca5d
61
with:
62
toolchain: ${{ env.rust_version }}
63
- run: rustup default ${{ env.rust_version }}
64
- - run: cargo +nightly-2021-01-05 -Z minimal-versions generate-lockfile
+ - run: cargo +nightly -Z minimal-versions generate-lockfile
65
- run: cargo check
66
67
test:
0 commit comments