mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
Updated Wasmer versions to 1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-compiler"
|
||||
version = "0.16.2"
|
||||
version = "1.0.0"
|
||||
description = "Base compiler abstraction for WebAssembly"
|
||||
license = "MIT OR (Apache-2.0 WITH LLVM-exception)"
|
||||
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
@@ -11,8 +11,8 @@ keywords = ["webassembly", "wasm", "compiler"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
wasmer-runtime = { path = "../runtime", version = "0.16.2" }
|
||||
wasm-common = { path = "../wasm-common", version = "0.16.2" }
|
||||
wasmer-runtime = { path = "../runtime", version = "1.0.0" }
|
||||
wasm-common = { path = "../wasm-common", version = "1.0.0" }
|
||||
wasmparser = { version = "0.51", optional = true, default-features = false }
|
||||
target-lexicon = { version = "0.10", default-features = false }
|
||||
enumset = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user