Merge branch 'master' into features/llvm-metering

This commit is contained in:
nlewycky
2019-07-31 13:13:07 -07:00
committed by GitHub
19 changed files with 53 additions and 50 deletions

View File

@ -1,12 +1,12 @@
[package]
name = "wasmer-llvm-backend"
version = "0.5.7"
version = "0.6.0"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.5.7" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.6.0" }
wasmparser = "0.34.0"
hashbrown = "0.1.8"
smallvec = "0.6.8"