Update wasmparser 0.29.2 -> 0.30.0

This commit is contained in:
Johan Andersson
2019-05-24 23:18:08 +02:00
parent e8c9715099
commit 8018453266
6 changed files with 15 additions and 9 deletions

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" }
inkwell = { git = "https://github.com/wasmerio/inkwell", branch = "llvm7-0" }
wasmparser = "0.29.2"
wasmparser = "0.30.0"
hashbrown = "0.1.8"
smallvec = "0.6.8"
goblin = "0.0.20"