Skip to content

Commit

Permalink
wasmtime requires ahash feature on hashbrown, a transitive must have …
Browse files Browse the repository at this point in the history
…been ticking it prior
  • Loading branch information
pchickey committed Nov 13, 2024
1 parent 56b87d3 commit d260493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gimli = { workspace = true, optional = true }
addr2line = { workspace = true, optional = true }
semver = { workspace = true, optional = true }
smallvec = { workspace = true, optional = true }
hashbrown = { workspace = true }
hashbrown = { workspace = true, features = ["ahash"] }
libm = "0.2.7"
bitflags = { workspace = true }

Expand Down

0 comments on commit d260493

Please sign in to comment.