mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-02-15 04:09:37 +00:00
fix: use direct-minimal-versions instead
This commit is contained in:
parent
d0d6c3a1a6
commit
2eb8aabeba
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user