Skip to content

Commit ad106c2

Browse files
committed
set serde_json to 1.0.100 in CI s.t. we can build with Rust 1.41.1
1 parent 6576be9 commit ad106c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

+1
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_json --precise 1.0.100
3031
- run: cargo update -p serde --precise 1.0.189
3132
- name: Running test script
3233
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)