Update deps in llvm and singlepass too

This commit is contained in:
Mark McCaskey
2020-03-11 12:00:36 -07:00
parent ac3d9a37ae
commit aaab59f69c
3 changed files with 15 additions and 56 deletions

View File

@ -12,8 +12,8 @@ readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.16.0", features = ["generate-debug-information-no-export-symbols"] }
wasmparser = "0.51.3"
smallvec = "0.6"
goblin = "0.0.24"
smallvec = "1"
goblin = "0.1"
libc = "0.2.60"
byteorder = "1"