Skip to content

Commit af25722

Browse files
Pin version of parking_lot when running on MSRV
1 parent 51ca942 commit af25722

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
cargo update --package=flate2 --precise=1.0.35
5858
cargo update --package=textwrap --precise=0.16.1
5959
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
6062
6163
- run: >
6264
rustup target add
@@ -537,6 +539,8 @@ jobs:
537539
cargo update --package=flate2 --precise=1.0.35
538540
cargo update --package=textwrap --precise=0.16.1
539541
cargo update --package=once_cell --precise=1.20.3
542+
cargo update --package=parking_lot --precise=0.12.3
543+
cargo update --package=parking_lot_core --precise=0.9.10
540544
541545
- run: |
542546
cargo test --verbose --features=all-apis --release --workspace -- --nocapture

0 commit comments

Comments
 (0)