From 28fe63b19d458692700a7c847615cb33435ceaa1 Mon Sep 17 00:00:00 2001 From: Philip Craig Date: Sat, 2 Jun 2018 18:41:48 +1000 Subject: [PATCH] Update parity-wasm to 0.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4aa008..0f8cbde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ default-features = false features = ["endian_fd", "elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "archive"] [dependencies.parity-wasm] -version = "0.28.0" +version = "0.31.0" optional = true [dev-dependencies]