mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-23 00:45:32 +00:00
feat: Update and use workspace gimli
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user