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,6 +1,6 @@
[package]
name = "wasmer-runtime-c-api"
version = "0.5.7"
version = "0.6.0"
description = "Wasmer C API library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -16,11 +16,11 @@ libc = "0.2"
[dependencies.wasmer-runtime]
path = "../runtime"
version = "0.5.7"
version = "0.6.0"
[dependencies.wasmer-runtime-core]
path = "../runtime-core"
version = "0.5.7"
version = "0.6.0"
[features]
debug = ["wasmer-runtime/debug"]