no default features for ahash to remove getrandom dep
This commit is contained in:
parent
c0a06ecd00
commit
a257743f8b
|
@ -9,7 +9,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
|
checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"getrandom",
|
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"version_check",
|
"version_check",
|
||||||
"zerocopy",
|
"zerocopy",
|
||||||
|
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
mino = { path = "../mino" }
|
mino = { path = "../mino" }
|
||||||
|
|
||||||
ahash = "0.8"
|
ahash = { version = "0.8", default_features = false }
|
||||||
bumpalo = "3.15"
|
bumpalo = "3.15"
|
||||||
hashbrown = "0.14"
|
hashbrown = "0.14"
|
||||||
smallvec = "1.13"
|
smallvec = "1.13"
|
||||||
|
|
Loading…
Reference in New Issue