Update to newer common wasmparser version

This commit is contained in:
Brandon Fish
2019-04-29 23:34:48 -05:00
parent 78c84d803b
commit a127b770b3
5 changed files with 8 additions and 20 deletions

View File

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