File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.1.6] - 2018-11-17
11+
12+ ### Fixed
13+ - Fixed compile error on nightly. (#29 )
14+
1015## [ v0.1.5] - 2018-11-08
1116
1217### Fixed
@@ -41,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4146
4247- Initial release
4348
44- [ Unreleased ] : https://github.com/Amanieu/hashbrown/compare/v0.1.5...HEAD
49+ [ Unreleased ] : https://github.com/Amanieu/hashbrown/compare/v0.1.6...HEAD
50+ [ v0.1.6 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.5...v0.1.6
4551[ v0.1.5 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.4...v0.1.5
4652[ v0.1.4 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.3...v0.1.4
4753[ v0.1.3 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.2...v0.1.3
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
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