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", "io-util",
"fs", "fs",
"time", "time",
"rt-multi-thread", "rt-multi-thread"
"parking_lot",
] } ] }
toml = "0.5.9" toml = "0.5.9"

Loading…
Cancel
Save