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 af25722 commit 712420dCopy full SHA for 712420d
.github/workflows/main.yml
@@ -59,6 +59,7 @@ jobs:
59
cargo update --package=once_cell --precise=1.20.3
60
cargo update --package=parking_lot --precise=0.12.3
61
cargo update --package=parking_lot_core --precise=0.9.10
62
+ cargo update --package=lock_api --precise=0.4.12
63
64
- run: >
65
rustup target add
@@ -541,6 +542,7 @@ jobs:
541
542
543
544
545
546
547
- run: |
548
cargo test --verbose --features=all-apis --release --workspace -- --nocapture
0 commit comments