File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ Unreleased]
99
10- ## [ v0.15.0] - 2024-10-01
10+ ## [ v0.15.1] - 2024-11-03
11+
12+ This release removes the ` borsh ` feature introduced in 0.15.0 because it was
13+ found to be incorrectly implemented. Users should use the ` hashbrown ` feature of
14+ the ` borsh ` crate instead which provides the same trait implementations.
15+
16+ ## ~~ [ v0.15.0] - 2024-10-01~~
17+
18+ This release was _ yanked_ due to a broken implementation of the ` borsh ` feature.
1119
1220This update contains breaking changes that remove the ` raw ` API with the hope of
1321centralising on the ` HashTable ` API in the future. You can follow the discussion
@@ -523,7 +531,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
523531
524532- Initial release
525533
526- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.15.0...HEAD
534+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.15.1...HEAD
535+ [ v0.15.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.15.0...v0.15.1
527536[ v0.15.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.5...v0.15.0
528537[ v0.14.5 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.4...v0.14.5
529538[ v0.14.4 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.3...v0.14.4
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.15.0 "
3+ version = " 0.15.1 "
44authors = [
" Amanieu d'Antras <[email protected] >" ]
55description = " A Rust port of Google's SwissTable hash map"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments