Use memory_units from crates.io.
This commit is contained in:
parent
6cf6a31970
commit
d11dffcf51
|
@ -11,7 +11,7 @@ exclude = [ "res/*", "spec/*" ]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-wasm = "0.23"
|
parity-wasm = "0.23"
|
||||||
byteorder = "1.0"
|
byteorder = "1.0"
|
||||||
memory_units = { git = "https://github.com/pepyakin/memory_units.git", rev = "e09093e" }
|
memory_units = "0.3.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wabt = "0.2.0"
|
wabt = "0.2.0"
|
||||||
|
|
Loading…
Reference in New Issue