Fix itertools version to keep MSRV builds working.

This commit is contained in:
Adam Reichold 2022-09-13 20:06:46 +02:00
parent 2e73a19c43
commit 370319e80d
1 changed files with 1 additions and 0 deletions

View File

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