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-compiler-llvm"
version = "0.16.2"
version = "1.0.0"
license = "MIT"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
@@ -10,9 +10,9 @@ edition = "2018"
readme = "README.md"
[dependencies]
wasmer-compiler = { path = "../compiler", version = "0.16.2", features = ["translator"] }
wasmer-runtime = { path = "../runtime", version = "0.16.2" }
wasm-common = { path = "../wasm-common", version = "0.16.2" }
wasmer-compiler = { path = "../compiler", version = "1.0.0", features = ["translator"] }
wasmer-runtime = { path = "../runtime", version = "1.0.0" }
wasm-common = { path = "../wasm-common", version = "1.0.0" }
target-lexicon = { version = "0.10", default-features = false }
smallvec = "1"
goblin = "0.2"