Closed lassade closed 1 year ago
Hi!
This small PR updates hashbrown and with that ahash.
hashbrown
ahash
The current version of ahash has the runtime-rng feature enabled by default, this breaks no_std in any platform that getrandom isn't available.
runtime-rng
no_std
getrandom
Cheers
Thank you! Merged
Hi!
This small PR updates
hashbrown
and with thatahash
.The current version of
ahash
has theruntime-rng
feature enabled by default, this breaksno_std
in any platform thatgetrandom
isn't available.Cheers