Use memory_units from crates.io.

This commit is contained in:
Sergey Pepyakin 2018-02-14 18:44:11 +03:00
parent 6cf6a31970
commit d11dffcf51
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ exclude = [ "res/*", "spec/*" ]
[dependencies]
parity-wasm = "0.23"
byteorder = "1.0"
memory_units = { git = "https://github.com/pepyakin/memory_units.git", rev = "e09093e" }
memory_units = "0.3.0"
[dev-dependencies]
wabt = "0.2.0"