From fbb5d1d7543a8143e630d6187adac4d1c839faaf Mon Sep 17 00:00:00 2001 From: NikVolf Date: Mon, 19 Feb 2018 20:05:01 +0300 Subject: [PATCH] also update parity version --- Cargo.toml | 2 +- build/Cargo.toml | 2 +- ext/Cargo.toml | 2 +- gas/Cargo.toml | 2 +- prune/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dbb2323..235a8cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["NikVolf "] [dependencies] -parity-wasm = "0.23" +parity-wasm = "0.25" log = "0.3" env_logger = "0.4" lazy_static = "0.2" diff --git a/build/Cargo.toml b/build/Cargo.toml index 6127f7a..6ef402f 100644 --- a/build/Cargo.toml +++ b/build/Cargo.toml @@ -7,7 +7,7 @@ authors = ["NikVolf "] glob = "0.2" wasm-utils = { path = "../" } clap = "2.24" -parity-wasm = "0.23" +parity-wasm = "0.25" [dev-dependencies] tempdir = "0.3" diff --git a/ext/Cargo.toml b/ext/Cargo.toml index 6016579..28fae7d 100644 --- a/ext/Cargo.toml +++ b/ext/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" authors = ["NikVolf "] [dependencies] -parity-wasm = "0.23" +parity-wasm = "0.25" wasm-utils = { path = "../" } \ No newline at end of file diff --git a/gas/Cargo.toml b/gas/Cargo.toml index 6519b34..0e47adf 100644 --- a/gas/Cargo.toml +++ b/gas/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" authors = ["NikVolf "] [dependencies] -parity-wasm = "0.23" +parity-wasm = "0.25" wasm-utils = { path = "../" } \ No newline at end of file diff --git a/prune/Cargo.toml b/prune/Cargo.toml index d12d0dd..1ca473c 100644 --- a/prune/Cargo.toml +++ b/prune/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" authors = ["NikVolf "] [dependencies] -parity-wasm = "0.23" +parity-wasm = "0.25" wasm-utils = { path = "../" } clap = "2.24"