Skip to content

Commit

Permalink
Merge pull request #2539 from davidhewitt/msrv-serde
Browse files Browse the repository at this point in the history
ci: downgrade serde to 1.0.142 for MSRV
  • Loading branch information
davidhewitt committed Aug 9, 2022
2 parents 8bc86c3 + af1faea commit 10a87ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 10a87ac

Please sign in to comment.