mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 08:31:32 +00:00
Prepare for 0.7.0 release
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmer-emscripten-tests"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
description = "Tests for our Emscripten implementation"
|
||||
license = "MIT"
|
||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
@ -9,15 +9,15 @@ publish = false
|
||||
build = "build/mod.rs"
|
||||
|
||||
[dependencies]
|
||||
wasmer-emscripten = { path = "../emscripten", version = "0.6.0" }
|
||||
wasmer-runtime-core = { path = "../runtime-core", version = "0.6.0" }
|
||||
wasmer-clif-backend = { path = "../clif-backend", version = "0.6.0" }
|
||||
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.6.0", optional = true }
|
||||
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.6.0", optional = true }
|
||||
wasmer-emscripten = { path = "../emscripten", version = "0.7.0" }
|
||||
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
|
||||
wasmer-clif-backend = { path = "../clif-backend", version = "0.7.0" }
|
||||
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.7.0", optional = true }
|
||||
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.7.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
wabt = "0.9.1"
|
||||
wasmer-dev-utils = { path = "../dev-utils", version = "0.6.0"}
|
||||
wasmer-dev-utils = { path = "../dev-utils", version = "0.7.0"}
|
||||
|
||||
[build-dependencies]
|
||||
glob = "0.3.0"
|
||||
|
Reference in New Issue
Block a user