From e759e3c2a424a8b1f16047bfde101c4a901de404 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Fri, 26 Jul 2019 10:37:12 +0200 Subject: [PATCH] Update dependencies and lock wasmtime-* on a specific rev --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3d48836a89..56b4a06824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,14 +25,14 @@ winx = { path = "winx" } winapi = "0.3" [dev-dependencies] -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.33.0" -cranelift-entity = "0.33.0" -cranelift-wasm = "0.33.0" -cranelift-native = "0.33.0" +wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime", rev = "165dc49" } +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" pretty_env_logger = "0.3.0"