Release 4.2.4 (#4337)

This commit is contained in:
Arshia001
2023-11-30 21:16:20 +03:30
committed by GitHub
parent b38aa5c776
commit 4d63febf9d
34 changed files with 252 additions and 218 deletions

View File

@ -13,8 +13,8 @@ rust-version.workspace = true
version.workspace = true
[dependencies]
wasmer-types = { path = "../types", version = "=4.2.3", default-features = false }
wasmer-object = { path = "../object", version = "=4.2.3", optional = true }
wasmer-types = { path = "../types", version = "=4.2.4", default-features = false }
wasmer-object = { path = "../object", version = "=4.2.4", optional = true }
wasmparser = { version = "0.95", optional = true, default-features = false }
enumset.workspace = true
hashbrown = { version = "0.11", optional = true }
@ -38,7 +38,7 @@ rkyv = { version = "0.7.40", features = ["indexmap", "validation", "strict"] }
shared-buffer = "0.1"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
wasmer-vm = { path = "../vm", version = "=4.2.3" }
wasmer-vm = { path = "../vm", version = "=4.2.4" }
region = { version = "3.0" }
[target.'cfg(target_os = "windows")'.dependencies]