Skip to content

Commit

Permalink
Merge pull request #2497 from aganders3/patch-1
Browse files Browse the repository at this point in the history
Pin `plotters` to preserve MSRV (Take 2)
  • Loading branch information
davidhewitt authored Jul 6, 2022
2 parents eb2e080 + b39871c commit a95485c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ jobs:
for PROJ in ${PROJECTS[@]}; do
cargo update --manifest-path "$PROJ/Cargo.toml" -p parking_lot --precise 0.11.0
done
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
- name: Build docs
run: cargo doc --no-deps --no-default-features --features "full ${{ matrix.extra_features }}"
Expand Down

0 comments on commit a95485c

Please sign in to comment.