File tree 2 files changed +9
-2
lines changed
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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ v0.2.1] - 2019-04-14
11
17
12
18
### Changed
@@ -87,7 +93,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
87
93
88
94
- Initial release
89
95
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
91
98
[ v0.2.1 ] : https://github.com/Amanieu/hashbrown/compare/v0.2.0...v0.2.1
92
99
[ v0.2.0 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.8...v0.2.0
93
100
[ 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 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
authors = [
" Amanieu d'Antras <[email protected] >" ]
5
5
description = " A Rust port of Google's SwissTable hash map"
6
6
license = " Apache-2.0/MIT"
You can’t perform that action at this time.
0 commit comments