don't enable parking_lot nightly features

This commit is contained in:
Ralf Jung 2021-04-27 15:05:55 +02:00
parent e1886935b7
commit 170a10b2dd
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ tempfile = "3.0.5"
[dependencies.parking_lot]
version = "0.11"
features = ["nightly"]
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["fileapi", "psapi"] }