Prepare for 0.10.0 release

This commit is contained in:
Mark McCaskey
2019-11-11 12:13:53 -08:00
parent 114ae21d63
commit 0a216c0779
22 changed files with 141 additions and 136 deletions

View File

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