dependencies: pin wasi-common to specific rev
This removes the reliance on having a correct version of wasi-common in the cache by chance ;-)
This commit is contained in:
committed by
Dan Gohman
parent
dc39fee390
commit
1aff03a5b4
@@ -32,7 +32,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" }
|
||||
wasi-common = { git = "https://github.com/CraneStation/wasi-common", rev = "c3994bf57b5d2f1f973b0e4e37bc385695aa4ed2"}
|
||||
docopt = "1.0.1"
|
||||
serde = "1.0.75"
|
||||
serde_derive = "1.0.75"
|
||||
|
||||
Reference in New Issue
Block a user