Skip to content

Commit 28b2fc5

Browse files
authored
chore: fix msrv check by pinning syn (#519)
1 parent f0a772c commit 28b2fc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
cargo update -p parking_lot --precise 0.12.4
6565
cargo update -p parking_lot_core --precise 0.9.11
6666
cargo update -p lock_api --precise 0.4.13
67+
cargo update -p syn --precise 2.0.106
6768
- name: Check
6869
run: |
6970
# run `cargo msrv verify` to see problems

0 commit comments

Comments
 (0)