Skip to content

Commit 5ea5146

Browse files
committed
pin serde on MSRV
1 parent 7e82609 commit 5ea5146

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
uses: dtolnay/rust-toolchain@master
6363
with:
6464
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
6568
- name: Build
6669
run: cargo build --verbose
6770
- name: Run tests with all features

0 commit comments

Comments
 (0)