Merge pull request #2497 from aganders3/patch-1

Pin `plotters` to preserve MSRV (Take 2)
This commit is contained in:
David Hewitt 2022-07-06 06:22:01 +01:00 committed by GitHub
commit a95485cd0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -186,6 +186,9 @@ jobs:
for PROJ in ${PROJECTS[@]}; do for PROJ in ${PROJECTS[@]}; do
cargo update --manifest-path "$PROJ/Cargo.toml" -p parking_lot --precise 0.11.0 cargo update --manifest-path "$PROJ/Cargo.toml" -p parking_lot --precise 0.11.0
done 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 - name: Build docs
run: cargo doc --no-deps --no-default-features --features "full ${{ matrix.extra_features }}" run: cargo doc --no-deps --no-default-features --features "full ${{ matrix.extra_features }}"