Updated Wasmer versions to 1.0

This commit is contained in:
Syrus
2020-06-11 09:52:26 -07:00
parent 7991d69076
commit 36223364e0
23 changed files with 112 additions and 111 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-emscripten"
version = "0.16.2"
version = "1.0.0"
description = "Wasmer runtime emscripten implementation library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@@ -15,7 +15,7 @@ lazy_static = "1.4"
libc = "0.2.60"
log = "0.4"
time = "0.1"
wasmer-runtime-core = { path = "../runtime-core", version = "0.16.2" }
wasmer-runtime-core = { path = "../runtime-core", version = "1.0.0" }
[target.'cfg(windows)'.dependencies]
getrandom = "0.1"