cap-std 0.13

This commit is contained in:
Pat Hickey
2021-02-03 15:46:03 -08:00
parent 31145060b2
commit bc1992b9a8
6 changed files with 70 additions and 27 deletions

View File

@@ -15,10 +15,10 @@ publish = false
[dependencies]
wasi-common = { path = "../", version = "0.22.0" }
anyhow = "1.0"
cap-std = "0.12"
cap-fs-ext = "0.12"
cap-time-ext = "0.12"
cap-rand = "0.12"
cap-std = "0.13"
cap-fs-ext = "0.13"
cap-time-ext = "0.13"
cap-rand = "0.13"
fs-set-times = "0.2.2"
unsafe-io = "0.3"
system-interface = { version = "0.5.6", features = ["cap_std_impls"] }