Merge pull request #2539 from davidhewitt/msrv-serde

ci: downgrade serde to 1.0.142 for MSRV
This commit is contained in:
David Hewitt 2022-08-09 19:52:02 +01:00 committed by GitHub
commit 10a87ac67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ jobs:
cargo update -p plotters --precise 0.3.1
cargo update -p plotters-svg --precise 0.3.1
cargo update -p plotters-backend --precise 0.3.2
cargo update -p serde --precise 1.0.142
- name: Build docs
run: cargo doc --no-deps --no-default-features --features "full ${{ matrix.extra_features }}"