We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e82609 commit 5ea5146Copy full SHA for 5ea5146
.github/workflows/ci.yml
@@ -62,6 +62,9 @@ jobs:
62
uses: dtolnay/rust-toolchain@master
63
with:
64
toolchain: ${{ needs.get-package-info.outputs.msrv }}
65
+ - name: Use compatible serde
66
+ if: matrix.rust == needs.get-package-info.outputs.msrv
67
+ run: cargo update -p serde --precise 1.0.152 --verbose
68
- name: Build
69
run: cargo build --verbose
70
- name: Run tests with all features
0 commit comments