mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-05-16 17:21:23 +00:00
Use parity-wasm 0.30 instead of git
This commit is contained in:
parent
245ac89f2d
commit
867a6a185d
@ -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 }
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user