From 5537ff1f05e56eadfd8ed4847a455726c04988ce Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Mon, 19 Feb 2018 19:06:29 +0300 Subject: [PATCH] Bump parity-wasm version to 0.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82575ae..cfb9d70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["wasm", "webassembly", "bytecode", "interpreter"] exclude = [ "res/*", "spec/*" ] [dependencies] -parity-wasm = "0.23" +parity-wasm = "0.25" byteorder = "1.0" memory_units = "0.3.0"