Skip to content

Commit 6576be9

Browse files
committed
use serde 1.0.189 in CI
1 parent 801ec12 commit 6576be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
profile: minimal
2828
toolchain: ${{ matrix.rust }}
2929
override: true
30-
- run: cargo update -p serde --precise 1.0.152
30+
- run: cargo update -p serde --precise 1.0.189
3131
- name: Running test script
3232
env: ${{ matrix.env }}
3333
run: ./contrib/test.sh

0 commit comments

Comments
 (0)