File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.12.3] - 2022-07-17
11+
12+ ## Fixed
13+
14+ - Fixed double-drop in ` RawTable::clone_from ` . (#348 )
15+
1016## [ v0.12.2] - 2022-07-09
1117
1218## Added
@@ -357,7 +363,8 @@ This release was _yanked_ due to a breaking change for users of `no-default-feat
357363
358364- Initial release
359365
360- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.12.2...HEAD
366+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.12.3...HEAD
367+ [ v0.12.3 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.2...v0.12.3
361368[ v0.12.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.1...v0.12.2
362369[ v0.12.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.12.0...v0.12.1
363370[ v0.12.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.11.2...v0.12.0
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.12.2 "
3+ version = " 0.12.3 "
44authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
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