Update cranelift

This commit is contained in:
Jakub Konka
2019-07-04 15:09:15 +02:00
committed by Jakub Konka
parent b4280d6cd6
commit 93e1657bae
3 changed files with 9 additions and 9 deletions

View File

@@ -29,10 +29,10 @@ wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime" }
wasmtime-environ = { git = "https://github.com/cranestation/wasmtime" }
wasmtime-jit = { git = "https://github.com/cranestation/wasmtime" }
wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime" }
cranelift-codegen = "0.30.0"
cranelift-entity = "0.30.0"
cranelift-wasm = "0.30.0"
cranelift-native = "0.30.0"
cranelift-codegen = "0.33.0"
cranelift-entity = "0.33.0"
cranelift-wasm = "0.33.0"
cranelift-native = "0.33.0"
target-lexicon = "0.3.0"
[patch."https://github.com/CraneStation/wasi-common"]