From 124de6c2db6726be972e9bbac1147580e6481ef5 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Tue, 9 Apr 2019 18:57:16 +0300 Subject: [PATCH] update dependency --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 56f34a9..4a85d5e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -39,7 +39,7 @@ path = "check/main.rs" [dependencies] parity-wasm = "0.31" -pwasm-utils = { path = "..", version = "0.6" } +pwasm-utils = { path = "..", version = "0.7" } glob = "0.2" clap = "2.24" log = "0.4"