mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 10:56:34 +00:00
fix: add missing tokio sync
feature
This commit is contained in:
parent
6b45c1eabd
commit
b12060bb7f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ serde_json = "1.0"
|
|||
serde_repr = "0.1"
|
||||
strum = "0.20"
|
||||
strum_macros = "0.20"
|
||||
tokio = { version = "1", default-features = false, features = [ "time", "macros", "parking_lot" ] }
|
||||
tokio = { version = "1", default-features = false, features = [ "macros", "parking_lot", "sync", "time" ] }
|
||||
tracing = { version = "0.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue