Skip to content

Commit 06b353f

Browse files
committed
Pin rayon-core in CI for MSRV compatibility.
1 parent 3d82541 commit 06b353f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
cargo update --package=parking_lot --precise=0.12.3
6161
cargo update --package=parking_lot_core --precise=0.9.10
6262
cargo update --package=lock_api --precise=0.4.12
63+
cargo update --package=rayon-core --precise=1.12.1
6364
6465
- run: >
6566
rustup target add
@@ -543,6 +544,7 @@ jobs:
543544
cargo update --package=parking_lot --precise=0.12.3
544545
cargo update --package=parking_lot_core --precise=0.9.10
545546
cargo update --package=lock_api --precise=0.4.12
547+
cargo update --package=rayon-core --precise=1.12.1
546548
547549
- run: |
548550
cargo test --verbose --features=all-apis --release --workspace -- --nocapture

0 commit comments

Comments
 (0)