Updated crates version to 0.2.0

This commit is contained in:
Syrus
2019-02-25 13:28:37 -08:00
parent 09fe82862e
commit 53c8603464
8 changed files with 72 additions and 80 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-runtime-c-api"
version = "0.1.4"
version = "0.2.0"
description = "Wasmer c-api library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@@ -9,8 +9,8 @@ edition = "2018"
readme = "README.md"
[dependencies]
wasmer-runtime = { path = "../runtime", version = "0.1.2" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.1.2" }
wasmer-runtime = { path = "../runtime", version = "0.2.0" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.2.0" }
libc = "0.2"
[lib]