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 c6dc48f commit 32167f0Copy full SHA for 32167f0
1 file changed
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
uses: ./.github/actions/setup-builder
145
- name: Generate minimal versions lockfile
146
run: |
147
- cargo generate-lockfile -Z direct-minimal-versions -Z minimal-versions
+ cargo generate-lockfile -Z direct-minimal-versions
148
- name: Setup MSRV Rust toolchain
149
150
with:
0 commit comments