mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-20 17:14:02 +00:00
fix: use direct-minimal-versions instead
This commit is contained in:
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
run: |
|
||||
rustup show active-toolchain || rustup toolchain install
|
||||
rustup toolchain install nightly
|
||||
- run: cargo +nightly generate-lockfile -Z minimal-versions
|
||||
- run: cargo +nightly generate-lockfile -Z direct-minimal-versions
|
||||
- run: cargo build --all-features
|
||||
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user