mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-07-19 16:05:43 +00:00
Use parity-wasm 0.30 instead of git
This commit is contained in:
+1
-1
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user