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.
nightly
v3
minimal-versions
1 parent 659cb32 commit 4e645feCopy full SHA for 4e645fe
.github/workflows/ci.yml
@@ -20,7 +20,14 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
23
- - uses: dtolnay/rust-toolchain@nightly
+ - uses: dtolnay/rust-toolchain@master
24
+ with:
25
+ # Use a nightly version that is known to generate v3 lockfile
26
+ # versions, this is only supported since Rust 1.78 and will be the
27
+ # default starting with Rust 1.83:
28
+ # https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-178-2024-05-02
29
+ # https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-183-2024-11-28
30
+ toolchain: nightly-2024-09-01
31
- name: Generate minimal-version dependencies
32
run: cargo -Zminimal-versions generate-lockfile
33
- uses: dtolnay/[email protected]
0 commit comments