From f37b672c8df9d3755f23a2dafa28399835619d23 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 20 Aug 2019 17:48:30 -0700 Subject: [PATCH] Update the pinned wasmtime revision. This resynchronizes the versions of cranelift used in wasi-common and wasmtime to 0.40. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bb20b0b218..7e43e15245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,10 +26,10 @@ winx = { path = "winx" } winapi = "0.3" [dev-dependencies] -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" } +wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" } +wasmtime-environ = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" } +wasmtime-jit = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" } +wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime", rev = "44367ba" } cranelift-codegen = "0.40.0" cranelift-entity = "0.40.0" cranelift-wasm = "0.40.0"