no default features for ahash to remove getrandom dep

This commit is contained in:
milo 2024-02-22 19:50:45 -05:00
parent c0a06ecd00
commit a257743f8b
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View File

@ -9,7 +9,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
"zerocopy",

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
mino = { path = "../mino" }
ahash = "0.8"
ahash = { version = "0.8", default_features = false }
bumpalo = "3.15"
hashbrown = "0.14"
smallvec = "1.13"