Revert "ci: pin parking_lot to 0.11.1 on MSRV"

This commit is contained in:
mejrs 2021-09-01 02:45:24 +02:00 committed by GitHub
parent 5e8d43c8bd
commit 5c4b5979a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -169,8 +169,6 @@ jobs:
cargo update -p indexmap --precise 1.6.2
cargo update -p hashbrown:0.11.2 --precise 0.9.1
cargo update -p bitflags --precise 1.2.1
cargo update -p parking_lot --precise 0.11.1
cargo update -p parking_lot_core --precise 0.8.3
- name: Build docs
run: cargo doc --no-deps --no-default-features --features "${{ steps.settings.outputs.all_additive_features }}"