feat: Update and use workspace gimli

This commit is contained in:
Edoardo Marangoni
2024-08-22 17:12:07 +02:00
parent bb187b9284
commit e7b7c8fb42
4 changed files with 12 additions and 17 deletions

View File

@ -14,10 +14,15 @@ rust-version.workspace = true
version.workspace = true
[dependencies]
wasmer-compiler = { path = "../compiler", version = "=4.3.6", features = ["translator", "compiler"], default-features = false }
wasmer-types = { path = "../types", version = "=4.3.6", default-features = false, features = ["std"] }
wasmer-compiler = { path = "../compiler", version = "=4.3.6", features = [
"translator",
"compiler",
], default-features = false }
wasmer-types = { path = "../types", version = "=4.3.6", default-features = false, features = [
"std",
] }
hashbrown = { version = "0.11", optional = true }
gimli = { version = "0.26", optional = true }
gimli = { workspace = true, optional = true }
enumset.workspace = true
more-asserts = "0.2"
dynasm = "1.2.3"