Use the default features for wasmparser

This commit is contained in:
Brandon Fish
2019-09-21 13:59:08 -05:00
parent f48d6f6690
commit a1a88c6eb8
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
wasmparser = { version = "0.37.0", default-features = false }
wasmparser = "0.37.0"
smallvec = "0.6"
goblin = "0.0.24"
libc = "0.2.60"