From 5c4b5979a80d83ca11150acf21576b9a828fe541 Mon Sep 17 00:00:00 2001 From: mejrs <59372212+mejrs@users.noreply.github.com> Date: Wed, 1 Sep 2021 02:45:24 +0200 Subject: [PATCH] Revert "ci: pin parking_lot to 0.11.1 on MSRV" --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cf9034cb55..86263da3294 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}"