From b52163e99b079ecd9d13732c4bb7a09d859134d3 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Fri, 26 Jan 2018 18:16:32 +0300 Subject: [PATCH] Update to most recent parity-wasm --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c6979b..d5d321f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["wasm", "webassembly", "bytecode", "interpreter"] exclude = [ "res/*", "spec/*" ] [dependencies] -parity-wasm = "0.20" +parity-wasm = "0.23" byteorder = "1.0" [dev-dependencies]