mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-02 23:49:28 +00:00
Release 4.2.4 (#4337)
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user