upgrade to cap-std 0.9

This commit is contained in:
Pat Hickey
2021-01-07 16:47:26 -08:00
parent a900d0431d
commit 4a6e92f52f
4 changed files with 82 additions and 70 deletions

View File

@@ -20,7 +20,7 @@ tempfile = "3.1.0"
os_pipe = "0.9"
anyhow = "1.0.19"
wat = "1.0.23"
cap-std = "0.8"
cap-std = "0.9"
[features]
test_programs = []

View File

@@ -25,10 +25,10 @@ libc = "0.2"
wiggle = { path = "../wiggle", default-features = false, version = "0.22.0" }
tracing = "0.1.19"
system-interface = "0.2"
cap-std = "0.8"
cap-fs-ext = "0.8"
cap-time-ext = "0.8"
cap-rand = "0.8"
cap-std = "0.9"
cap-fs-ext = "0.9"
cap-time-ext = "0.9"
cap-rand = "0.9"
fs-set-times = "0.2.2"
cfg-if = "1"

View File

@@ -17,7 +17,5 @@ publish = false
wasi-c2 = { path = "../" }
wiggle = { path = "../../wiggle", default-features = false, version = "0.22.0" }
wasmtime-wiggle = { path = "../../wiggle/wasmtime", default-features = false, version = "0.22.0" }
cap-std = "0.7"
anyhow = "*"
wasmtime = { path = "../../wasmtime" }
anyhow = "1.0"