Revert "Don't enable the parking_lot feature in tokio"

This reverts commit a9c6061862.
tracing-locks
Frank Denis 2 years ago
parent 69baa4020e
commit 2b9bf1ff5a

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

Loading…
Cancel
Save