Use parity-wasm 0.30 instead of git

This commit is contained in:
Sergey Pepyakin 2018-05-15 16:54:02 +03:00
parent 245ac89f2d
commit 867a6a185d
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ description = "Collection of command-line utilities and corresponding Rust api f
keywords = ["wasm", "webassembly", "pwasm"]
[dependencies]
parity-wasm = { git = "https://github.com/paritytech/parity-wasm", default-features = false }
parity-wasm = { version = "0.30", default-features = false }
log = { version = "0.4", default-features = false }
byteorder = { version = "1", default-features = false }

View File

@ -30,7 +30,7 @@ name = "wasm-stack-height"
path = "stack_height/main.rs"
[dependencies]
parity-wasm = { git = "https://github.com/paritytech/parity-wasm" }
parity-wasm = "0.30"
pwasm-utils = { path = ".." }
glob = "0.2"
clap = "2.24"