Bump parking_lot to 0.11

Fixes #1657.
This commit is contained in:
Logan Magee 2020-09-09 12:56:48 -08:00 committed by GitHub
parent 21f9aefc7e
commit c66489dbb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@
- **Breaking:** `current_monitor` now returns `Option<MonitorHandle>`.
- **Breaking:** `primary_monitor` now returns `Option<MonitorHandle>`.
- On macOS, updated core-* dependencies and cocoa.
- Bump `parking_lot` to 0.11
# 0.22.2 (2020-05-16)