Release 4.3.0

This commit is contained in:
M.Amin Rayej
2024-05-10 18:30:04 +03:30
parent a69a5ad02b
commit 587416bfef
31 changed files with 131 additions and 131 deletions

View File

@ -14,8 +14,8 @@ rust-version.workspace = true
version.workspace = true
[dependencies]
wasmer-compiler = { path = "../compiler", version = "=4.3.0-beta.1", features = ["translator", "compiler"], default-features = false }
wasmer-types = { path = "../types", version = "=4.3.0-beta.1", default-features = false, features = ["std"] }
wasmer-compiler = { path = "../compiler", version = "=4.3.0", features = ["translator", "compiler"], default-features = false }
wasmer-types = { path = "../types", version = "=4.3.0", default-features = false, features = ["std"] }
hashbrown = { version = "0.11", optional = true }
gimli = { version = "0.26", optional = true }
enumset.workspace = true