From 5518b8dd1f75de4fae0e736e29ad78d95f09a490 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Fri, 21 Jul 2017 13:42:59 +0300 Subject: [PATCH] use crate dependency everywhere --- ext/Cargo.toml | 2 +- gas/Cargo.toml | 2 +- opt/Cargo.toml | 2 +- pack/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/Cargo.toml b/ext/Cargo.toml index 99c6f9f..6e86b4f 100644 --- a/ext/Cargo.toml +++ b/ext/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" authors = ["NikVolf "] [dependencies] -parity-wasm = { git="https://github.com/nikvolf/parity-wasm" } +parity-wasm = "0.12" wasm-utils = { path = "../" } \ No newline at end of file diff --git a/gas/Cargo.toml b/gas/Cargo.toml index f0b865e..ab22079 100644 --- a/gas/Cargo.toml +++ b/gas/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" authors = ["NikVolf "] [dependencies] -parity-wasm = { git="https://github.com/nikvolf/parity-wasm" } +parity-wasm = "0.12" wasm-utils = { path = "../" } \ No newline at end of file diff --git a/opt/Cargo.toml b/opt/Cargo.toml index b3c9ea8..5270544 100644 --- a/opt/Cargo.toml +++ b/opt/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" authors = ["NikVolf "] [dependencies] -parity-wasm = { git="https://github.com/nikvolf/parity-wasm" } +parity-wasm = "0.12" wasm-utils = { path = "../" } clap = "2.24" diff --git a/pack/Cargo.toml b/pack/Cargo.toml index 8a69bbe..71b99c0 100644 --- a/pack/Cargo.toml +++ b/pack/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" authors = ["NikVolf "] [dependencies] -parity-wasm = { git="https://github.com/nikvolf/parity-wasm" } +parity-wasm = "0.12" wasm-utils = { path = "../" } clap = "2.24"