Update wasi-common version

This commit is contained in:
Jakub Konka
2019-10-03 11:12:31 +02:00
committed by Jakub Konka
parent cb38b48156
commit daa3c3aeef
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
wasmtime-runtime = { path = "../wasmtime-runtime" }
wasmtime-environ = { path = "../wasmtime-environ" }
wasmtime-jit = { path = "../wasmtime-jit" }
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "8ea7a983d8b1364e5f62d2adf0e74b3b8db1c9b3"}
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "603f7a9"}
cranelift-codegen = { version = "0.44.0", features = ["enable-serde"] }
cranelift-entity = { version = "0.44.0", features = ["enable-serde"] }
cranelift-wasm = { version = "0.44.0", features = ["enable-serde"] }