forked from mirror/Riven
Enable tokio parking_lot feature
parent
56973ae26e
commit
c10275831f
|
@ -36,7 +36,7 @@ serde_json = "1.0"
|
|||
serde_repr = "0.1"
|
||||
strum = "0.20"
|
||||
strum_macros = "0.20"
|
||||
tokio = { version = "1", default-features = false, features = [ "time" ] }
|
||||
tokio = { version = "1", default-features = false, features = [ "time", "parking_lot" ] }
|
||||
|
||||
[dev-dependencies]
|
||||
colored = "2"
|
||||
|
|
Loading…
Reference in New Issue