Update to wasmparser 0.11.2.

This commit is contained in:
Dan Gohman
2017-10-03 12:18:18 -07:00
parent 5b0a083124
commit cad7e50106

View File

@@ -24,7 +24,7 @@ cretonne-wasm = { git = "https://github.com/stoklund/cretonne.git" }
cretonne-native = { git = "https://github.com/stoklund/cretonne.git" } cretonne-native = { git = "https://github.com/stoklund/cretonne.git" }
wasmstandalone = { path = "lib/wasmstandalone" } wasmstandalone = { path = "lib/wasmstandalone" }
wasm2obj = { path = "lib/wasm2obj" } wasm2obj = { path = "lib/wasm2obj" }
wasmparser = "0.8.2" wasmparser = "0.11.2"
wasmtext = { git = "https://github.com/yurydelendik/wasmtext" } wasmtext = { git = "https://github.com/yurydelendik/wasmtext" }
filecheck = "0.0.1" filecheck = "0.0.1"
docopt = "0.8.0" docopt = "0.8.0"