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](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.2.2] - 2019-04-16
11+
12+ ### Fixed
13+ - Inlined non-nightly lowest_set_bit_nonzero. (#64 )
14+ - Fixed build on latest nightly. (#65 )
15+
1016## [ v0.2.1] - 2019-04-14
1117
1218### Changed
@@ -87,7 +93,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8793
8894- Initial release
8995
90- [ Unreleased ] : https://github.com/Amanieu/hashbrown/compare/v0.2.1...HEAD
96+ [ Unreleased ] : https://github.com/Amanieu/hashbrown/compare/v0.2.2...HEAD
97+ [ v0.2.2 ] : https://github.com/Amanieu/hashbrown/compare/v0.2.1...v0.2.2
9198[ v0.2.1 ] : https://github.com/Amanieu/hashbrown/compare/v0.2.0...v0.2.1
9299[ v0.2.0 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.8...v0.2.0
93100[ v0.1.8 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.7...v0.1.8
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
55description = " A Rust port of Google's SwissTable hash map"
66license = " Apache-2.0/MIT"
You can’t perform that action at this time.
0 commit comments