From 8e45a14cec87472df6616f4fd4583dc39e9eea9a Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Thu, 24 Oct 2019 11:52:15 +0200 Subject: [PATCH] Fast-forward wasmtime to latest rev --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a8241d5e46..6bcf791032 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,11 +36,11 @@ winx = { path = "winx", version = "0.4.0" } winapi = "0.3" [dev-dependencies] -wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime", rev = "e37168a" } -wasmtime-environ = { git = "https://github.com/cranestation/wasmtime", rev = "e37168a" } -wasmtime-jit = { git = "https://github.com/cranestation/wasmtime", rev = "e37168a" } -wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime", rev = "e37168a" } -wasmtime-api = { git = "https://github.com/cranestation/wasmtime", rev = "e37168a" } +wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime", rev = "875eea6" } +wasmtime-environ = { git = "https://github.com/cranestation/wasmtime", rev = "875eea6" } +wasmtime-jit = { git = "https://github.com/cranestation/wasmtime", rev = "875eea6" } +wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime", rev = "875eea6" } +wasmtime-api = { git = "https://github.com/cranestation/wasmtime", rev = "875eea6" } cranelift-codegen = "0.46.1" target-lexicon = "0.8.1" pretty_env_logger = "0.3.0"