msrv: unpin anyhow, pin bumpalo

This commit is contained in:
David Hewitt 2022-08-18 07:47:52 +01:00
parent f718d34e70
commit 2ccc034d2f
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ jobs:
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
cargo update -p anyhow --precise 1.0.60
cargo update -p bumpalo --precise 3.10.0
- name: Build docs
run: cargo doc --no-deps --no-default-features --features "full ${{ matrix.extra_features }}"