Updated version to 0.6.0

This commit is contained in:
Syrus
2019-07-31 10:28:45 -07:00
parent b5e20e508d
commit fccf68c734
17 changed files with 49 additions and 49 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"