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