update cranelift deps to 0.30.0
This commit is contained in:
committed by
Dan Gohman
parent
94ca967d0a
commit
2353be95e6
@@ -12,10 +12,10 @@ readme = "README.md"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen = "0.29.0"
|
||||
cranelift-entity = "0.29.0"
|
||||
cranelift-wasm = "0.29.0"
|
||||
cranelift-frontend = "0.29.0"
|
||||
cranelift-codegen = "0.30.0"
|
||||
cranelift-entity = "0.30.0"
|
||||
cranelift-wasm = "0.30.0"
|
||||
cranelift-frontend = "0.30.0"
|
||||
wasmtime-environ = { path = "../wasmtime-environ", default-features = false }
|
||||
wasmtime-runtime = { path = "../wasmtime-runtime", default-features = false }
|
||||
wasmtime-debug = { path = "../wasmtime-debug", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user