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,6 +1,6 @@
[package]
name = "wasmer-runtime-c-api"
version = "0.8.0"
version = "0.9.0"
description = "Wasmer C API library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -17,12 +17,12 @@ libc = "0.2.60"
[dependencies.wasmer-runtime]
default-features = false
path = "../runtime"
version = "0.8.0"
version = "0.9.0"
[dependencies.wasmer-runtime-core]
default-features = false
path = "../runtime-core"
version = "0.8.0"
version = "0.9.0"
[features]
default = ["cranelift-backend"]