diff --git a/Cargo.toml b/Cargo.toml index 2db8d40..c6002ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"