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"