Fast-forward wasi-common to latest git rev

This commit is contained in:
Jakub Konka
2019-10-17 11:38:20 +02:00
committed by Jakub Konka
parent d05561ff78
commit 9d54f84a32
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ wasmtime-obj = { path = "wasmtime-obj" }
wasmtime-wast = { path = "wasmtime-wast" }
wasmtime-wasi = { path = "wasmtime-wasi" }
wasmtime-wasi-c = { path = "wasmtime-wasi-c", optional = true }
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "603f7a9"}
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "c3bf040"}
docopt = "1.0.1"
serde = { "version" = "1.0.94", features = ["derive"] }
faerie = "0.11.0"