Skip to content

Commit 624ca4f

Browse files
committed
use serde 1.0.152 to avoid syn 2.x
1 parent 4223190 commit 624ca4f

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
@@ -27,6 +27,7 @@ jobs:
2727
profile: minimal
2828
toolchain: ${{ matrix.rust }}
2929
override: true
30+
- run: cargo update -p serde --precise 1.0.152
3031
- name: Running test script
3132
env: ${{ matrix.env }}
3233
run: ./contrib/test.sh

0 commit comments

Comments
 (0)