mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-02 15:39:32 +00:00
Release 4.2.4 (#4337)
This commit is contained in:
@ -39,15 +39,15 @@ shared-buffer = "0.1"
|
||||
# Dependencies and Development Dependencies for `sys`.
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
# - Mandatory dependencies for `sys`.
|
||||
wasmer-vm = { path = "../vm", version = "=4.2.3" }
|
||||
wasmer-compiler = { path = "../compiler", version = "=4.2.3" }
|
||||
wasmer-derive = { path = "../derive", version = "=4.2.3" }
|
||||
wasmer-types = { path = "../types", version = "=4.2.3" }
|
||||
wasmer-vm = { path = "../vm", version = "=4.2.4" }
|
||||
wasmer-compiler = { path = "../compiler", version = "=4.2.4" }
|
||||
wasmer-derive = { path = "../derive", version = "=4.2.4" }
|
||||
wasmer-types = { path = "../types", version = "=4.2.4" }
|
||||
target-lexicon = { version = "0.12.2", default-features = false }
|
||||
# - Optional dependencies for `sys`.
|
||||
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.2.3", optional = true }
|
||||
wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=4.2.3", optional = true }
|
||||
wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=4.2.3", optional = true }
|
||||
wasmer-compiler-singlepass = { path = "../compiler-singlepass", version = "=4.2.4", optional = true }
|
||||
wasmer-compiler-cranelift = { path = "../compiler-cranelift", version = "=4.2.4", optional = true }
|
||||
wasmer-compiler-llvm = { path = "../compiler-llvm", version = "=4.2.4", optional = true }
|
||||
|
||||
wasm-bindgen = { version = "0.2.74", optional = true }
|
||||
js-sys = { version = "0.3.51", optional = true }
|
||||
@ -62,15 +62,15 @@ winapi = "0.3"
|
||||
wat = "1.0"
|
||||
tempfile = "3.6.0"
|
||||
anyhow = "1.0"
|
||||
macro-wasmer-universal-test = { version = "4.2.3", path = "./macro-wasmer-universal-test" }
|
||||
macro-wasmer-universal-test = { version = "4.2.4", path = "./macro-wasmer-universal-test" }
|
||||
|
||||
# Dependencies and Develoment Dependencies for `js`.
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
# - Mandatory dependencies for `js`.
|
||||
wasmer-types = { path = "../types", version = "=4.2.3", default-features = false, features = ["std"] }
|
||||
wasmer-types = { path = "../types", version = "=4.2.4", default-features = false, features = ["std"] }
|
||||
wasm-bindgen = "0.2.74"
|
||||
js-sys = "0.3.51"
|
||||
wasmer-derive = { path = "../derive", version = "=4.2.3" }
|
||||
wasmer-derive = { path = "../derive", version = "=4.2.4" }
|
||||
# - Optional dependencies for `js`.
|
||||
wasmparser = { version = "0.95", default-features = false, optional = true }
|
||||
hashbrown = { version = "0.11", optional = true }
|
||||
@ -82,7 +82,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
wat = "1.0"
|
||||
anyhow = "1.0"
|
||||
wasm-bindgen-test = "0.3.0"
|
||||
macro-wasmer-universal-test = { version = "4.2.3", path = "./macro-wasmer-universal-test" }
|
||||
macro-wasmer-universal-test = { version = "4.2.4", path = "./macro-wasmer-universal-test" }
|
||||
|
||||
# Specific to `js`.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "macro-wasmer-universal-test"
|
||||
version = "4.2.3"
|
||||
version = "4.2.4"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Universal test macro for wasmer-test"
|
||||
|
Reference in New Issue
Block a user