1 parent 3d82541 commit 06b353fCopy full SHA for 06b353f
1 file changed
.github/workflows/main.yml
@@ -60,6 +60,7 @@ jobs:
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
+ cargo update --package=rayon-core --precise=1.12.1
64
65
- run: >
66
rustup target add
@@ -543,6 +544,7 @@ jobs:
543
544
545
546
547
548
549
- run: |
550
cargo test --verbose --features=all-apis --release --workspace -- --nocapture
0 commit comments