mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-05-17 01:31:24 +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"]
|
keywords = ["wasm", "webassembly", "pwasm"]
|
||||||
|
|
||||||
[dependencies]
|
[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 }
|
log = { version = "0.4", default-features = false }
|
||||||
byteorder = { version = "1", default-features = false }
|
byteorder = { version = "1", default-features = false }
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ name = "wasm-stack-height"
|
|||||||
path = "stack_height/main.rs"
|
path = "stack_height/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-wasm = { git = "https://github.com/paritytech/parity-wasm" }
|
parity-wasm = "0.30"
|
||||||
pwasm-utils = { path = ".." }
|
pwasm-utils = { path = ".." }
|
||||||
glob = "0.2"
|
glob = "0.2"
|
||||||
clap = "2.24"
|
clap = "2.24"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user