We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
minimal-versions
direct-minimal-versions
1 parent e1e99e1 commit 0baa295Copy full SHA for 0baa295
1 file changed
.github/workflows/sqlx.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
rustup show active-toolchain || rustup toolchain install
66
rustup toolchain install nightly
67
- - run: cargo +nightly generate-lockfile -Z minimal-versions
+ - run: cargo +nightly generate-lockfile -Z direct-minimal-versions
68
- run: cargo build --all-features
69
70
test:
0 commit comments