Update parity-wasm

This commit is contained in:
Sergey Pepyakin 2018-03-25 13:06:02 +03:00
parent 21e4d28949
commit 959503b49d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ exclude = [ "/res/*", "/tests/*", "/fuzz/*" ]
[dependencies]
# parity-wasm = "0.27"
parity-wasm = { git = "https://github.com/paritytech/parity-wasm.git", rev = "c2184421f1f77aa524bba3b4a8180feadec4e400" }
parity-wasm = { git = "https://github.com/paritytech/parity-wasm.git", rev = "0a61083238d8d9d8d9f6451a5d0da17674b11c21" }
byteorder = "1.0"
memory_units = "0.3.0"