We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6576be9 commit ad106c2Copy full SHA for ad106c2
.github/workflows/rust.yml
@@ -27,6 +27,7 @@ jobs:
27
profile: minimal
28
toolchain: ${{ matrix.rust }}
29
override: true
30
+ - run: cargo update -p serde_json --precise 1.0.100
31
- run: cargo update -p serde --precise 1.0.189
32
- name: Running test script
33
env: ${{ matrix.env }}
0 commit comments