File tree 2 files changed +12
-3
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
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.
11
19
12
20
This update contains breaking changes that remove the ` raw ` API with the hope of
13
21
centralising 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
523
531
524
532
- Initial release
525
533
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
527
536
[ v0.15.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.5...v0.15.0
528
537
[ v0.14.5 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.4...v0.14.5
529
538
[ 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 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.15.0 "
3
+ version = " 0.15.1 "
4
4
authors = [
" Amanieu d'Antras <[email protected] >" ]
5
5
description = " A Rust port of Google's SwissTable hash map"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments