Update dependency to wasmparser v0.8.2.

Soon we'll need the BinaryReader::read_local_decl() method which was
added in that release.
This commit is contained in:
Jakob Stoklund Olesen
2017-09-01 09:31:05 -07:00
parent 7049cc78ae
commit 9bc4264a33

View File

@@ -8,6 +8,6 @@ repository = "https://github.com/stoklund/cretonne"
license = "Apache-2.0"
[dependencies]
wasmparser = "0.6.1"
wasmparser = "0.8.2"
cretonne = { path = "../cretonne" }
cretonne-frontend = { path = "../frontend" }