fix(network): add missing rt feature for tokio
This commit is contained in:
parent
97f1eb011c
commit
cce85a7482
2 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ itertools = "0.10.5"
|
|||
pallas-codec = { version = "=0.20.0", path = "../pallas-codec" }
|
||||
pallas-crypto = { version = "=0.20.0", path = "../pallas-crypto" }
|
||||
thiserror = "1.0.31"
|
||||
tokio = { version = "1", features = ["net", "io-util", "time", "sync", "macros"] }
|
||||
tokio = { version = "1", features = ["rt", "net", "io-util", "time", "sync", "macros"] }
|
||||
tracing = "0.1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue