Update the hashbrown to use the same version (#2338)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ edition = "2018"
|
||||
cranelift-codegen-shared = { path = "./shared", version = "0.67.0" }
|
||||
cranelift-entity = { path = "../entity", version = "0.67.0" }
|
||||
cranelift-bforest = { path = "../bforest", version = "0.67.0" }
|
||||
hashbrown = { version = "0.7", optional = true }
|
||||
hashbrown = { version = "0.9.1", optional = true }
|
||||
target-lexicon = "0.11"
|
||||
log = { version = "0.4.6", default-features = false }
|
||||
serde = { version = "1.0.94", features = ["derive"], optional = true }
|
||||
|
||||
@@ -14,7 +14,7 @@ edition = "2018"
|
||||
cranelift-codegen = { path = "../codegen", version = "0.67.0", default-features = false }
|
||||
target-lexicon = "0.11"
|
||||
log = { version = "0.4.6", default-features = false }
|
||||
hashbrown = { version = "0.7", optional = true }
|
||||
hashbrown = { version = "0.9.1", optional = true }
|
||||
smallvec = { version = "1.0.0" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -14,7 +14,6 @@ edition = "2018"
|
||||
cranelift-codegen = { path = "../codegen", version = "0.67.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.67.0" }
|
||||
cranelift-reader = { path = "../reader", version = "0.67.0" }
|
||||
hashbrown = { version = "0.7.1", optional = true }
|
||||
log = { version = "0.4.8", default-features = false }
|
||||
thiserror = "1.0.15"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
cranelift-codegen = { path = "../codegen", version = "0.67.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.67.0" }
|
||||
hashbrown = { version = "0.6", optional = true }
|
||||
hashbrown = { version = "0.9.1", optional = true }
|
||||
log = { version = "0.4.6", default-features = false }
|
||||
thiserror = "1.0.4"
|
||||
anyhow = "1.0"
|
||||
|
||||
@@ -16,7 +16,7 @@ wasmparser = { version = "0.63.0", default-features = false }
|
||||
cranelift-codegen = { path = "../codegen", version = "0.67.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.67.0" }
|
||||
cranelift-frontend = { path = "../frontend", version = "0.67.0", default-features = false }
|
||||
hashbrown = { version = "0.7", optional = true }
|
||||
hashbrown = { version = "0.9.1", optional = true }
|
||||
itertools = "0.9.0"
|
||||
log = { version = "0.4.6", default-features = false }
|
||||
serde = { version = "1.0.94", features = ["derive"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user