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

@@ -20,7 +20,7 @@ shuffling-allocator = { version = "1.1.1", optional = true }
wasmtime = { path = "../wasmtime", default-features = false }
wasmtime-wasi = { path = "../wasi" }
wasi-cap-std-sync = { path = "../wasi-common/cap-std-sync" }
cap-std = "0.12"
cap-std = "0.13"
[dev-dependencies]
wat = "1.0"