follow the types

This commit is contained in:
Pat Hickey
2021-04-26 15:49:27 -07:00
parent b307dce2ab
commit 867d2c9a35
4 changed files with 88 additions and 130 deletions

View File

@@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE" ]
wasi-common = { path = "../", version = "0.26.0" }
wasi-cap-std-sync = { path = "../cap-std-sync", version = "0.26.0" }
wiggle = { path = "../../wiggle", version = "0.26.0" }
tokio = { version = "1.5.0", features = [ "rt", "fs", "time" , "io-util"] }
tokio = { version = "1.5.0", features = [ "rt", "fs", "time", "io-util", "net"] }
cap-std = "0.13.7"
cap-fs-ext = "0.13.7"
cap-time-ext = "0.13.7"
@@ -34,4 +34,4 @@ lazy_static = "1.4"
[dev-dependencies]
tempfile = "3.1.0"
tokio = { features = [ "macros" ] }
tokio = { version = "1.5.0", features = [ "macros" ] }