Sourced from hashbrown's changelog.
[v0.15.2] - 2024-11-14
Added
- Marked
const fn
constructors asrustc_const_stable_indirect
when built as part of the standard library. (#586)[v0.15.1] - 2024-11-03
This release removes the
borsh
feature introduced in 0.15.0 because it was found to be incorrectly implemented. Users should use thehashbrown
feature of theborsh
crate instead which provides the same trait implementations.