Update to wasmparser 0.13.0.

This commit is contained in:
Dan Gohman
2017-10-11 11:11:33 -07:00
parent 1f98fc491c
commit ad2ffcd7fc

View File

@@ -11,7 +11,7 @@ license = "Apache-2.0"
name = "cton_wasm" name = "cton_wasm"
[dependencies] [dependencies]
wasmparser = "0.12.1" wasmparser = "0.13.0"
cretonne = { path = "../cretonne" } cretonne = { path = "../cretonne" }
cretonne-frontend = { path = "../frontend" } cretonne-frontend = { path = "../frontend" }