Update to wasmparser 0.9.4 for a bugfix in create_binary_reader.

This commit is contained in:
Dan Gohman
2017-09-11 11:34:39 -07:00
parent f8f6878b2c
commit 9bce21c17c

View File

@@ -11,6 +11,6 @@ license = "Apache-2.0"
name = "cton_wasm"
[dependencies]
wasmparser = "0.9.3"
wasmparser = "0.9.4"
cretonne = { path = "../cretonne" }
cretonne-frontend = { path = "../frontend" }