1 parent 06b353f commit d628685Copy full SHA for d628685
1 file changed
.github/workflows/main.yml
@@ -61,6 +61,7 @@ jobs:
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
+ cargo update --package=rayon --precise=1.10.0
65
66
- run: >
67
rustup target add
@@ -545,6 +546,7 @@ jobs:
545
546
547
548
549
550
551
- run: |
552
cargo test --verbose --features=all-apis --release --workspace -- --nocapture
0 commit comments