From 3ace65501ccb648d230ed38c6f51517b01c28c38 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Tue, 20 Mar 2018 13:13:59 +0300 Subject: [PATCH] Update parity-wasm. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c85cb43..2db8d40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,8 @@ keywords = ["wasm", "webassembly", "bytecode", "interpreter"] exclude = [ "/res/*", "/tests/*", "/fuzz/*" ] [dependencies] -parity-wasm = "0.27" +# parity-wasm = "0.27" +parity-wasm = { git = "https://github.com/paritytech/parity-wasm.git", rev = "c2184421f1f77aa524bba3b4a8180feadec4e400" } byteorder = "1.0" memory_units = "0.3.0"