fix(network): add missing feature gate flag to tokio dependency (#333)
This commit is contained in:
parent
317e23fb45
commit
6963dd9698
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ itertools = "0.10.5"
|
|||
pallas-codec = { version = "=0.19.1", path = "../pallas-codec" }
|
||||
pallas-crypto = { version = "=0.19.1", path = "../pallas-crypto" }
|
||||
thiserror = "1.0.31"
|
||||
tokio = { version = "1", features = ["net", "io-util", "time", "sync"] }
|
||||
tokio = { version = "1", features = ["net", "io-util", "time", "sync", "macros"] }
|
||||
tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue