Prepare for 0.9.0 release

This commit is contained in:
Mark McCaskey
2019-10-23 13:40:35 -07:00
parent 9ccbe2da9b
commit 82f258b888
19 changed files with 60 additions and 59 deletions

View File

@ -1,12 +1,12 @@
[package]
name = "wasmer-llvm-backend"
version = "0.8.0"
version = "0.9.0"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.8.0" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.9.0" }
wasmparser = "0.39.1"
smallvec = "0.6"
goblin = "0.0.24"