Remove the `parking_lot` feature from `tokio`

Mutexes from the standard library have been improved in recent Rust
versions. Only in Linux, though.
pull/91/head
Frank Denis 2 years ago
parent 4edc14c0ee
commit 214351be32

@ -52,8 +52,7 @@ tokio = { version = "1.19.2", features = [
"io-util",
"fs",
"time",
"rt-multi-thread",
"parking_lot",
"rt-multi-thread"
] }
toml = "0.5.9"

Loading…
Cancel
Save