From 500bf83082a9ffd4adde9adc50c65be1702da7ae Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 20 Aug 2019 16:14:40 -0700 Subject: [PATCH] Update to latest cranelift and target-lexicon. --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd531f71e9..bb20b0b218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,11 +30,11 @@ wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime", rev = "16 wasmtime-environ = { git = "https://github.com/cranestation/wasmtime", rev = "165dc49" } wasmtime-jit = { git = "https://github.com/cranestation/wasmtime", rev = "165dc49" } wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime", rev = "165dc49" } -cranelift-codegen = "0.36.0" -cranelift-entity = "0.36.0" -cranelift-wasm = "0.36.0" -cranelift-native = "0.36.0" -target-lexicon = "0.3.0" +cranelift-codegen = "0.40.0" +cranelift-entity = "0.40.0" +cranelift-wasm = "0.40.0" +cranelift-native = "0.40.0" +target-lexicon = "0.4.0" pretty_env_logger = "0.3.0" [patch."https://github.com/CraneStation/wasi-common"]