File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.15.2] - 2024-11-14
11
+
12
+ ### Added
13
+
14
+ - Marked ` const fn ` constructors as ` rustc_const_stable_indirect ` when built as
15
+ part of the standard library. (#586 )
16
+
10
17
## [ v0.15.1] - 2024-11-03
11
18
12
19
This release removes the ` borsh ` feature introduced in 0.15.0 because it was
@@ -531,7 +538,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
531
538
532
539
- Initial release
533
540
534
- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.15.1...HEAD
541
+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.15.2...HEAD
542
+ [ v0.15.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.15.1...v0.15.2
535
543
[ v0.15.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.15.0...v0.15.1
536
544
[ v0.15.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.5...v0.15.0
537
545
[ v0.14.5 ] : https://github.com/rust-lang/hashbrown/compare/v0.14.4...v0.14.5
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.15.1 "
3
+ version = " 0.15.2 "
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