File tree 2 files changed +8
-2
lines changed 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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.1.6] - 2018-11-17
11
+
12
+ ### Fixed
13
+ - Fixed compile error on nightly. (#29 )
14
+
10
15
## [ v0.1.5] - 2018-11-08
11
16
12
17
### Fixed
@@ -41,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
41
46
42
47
- Initial release
43
48
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
45
51
[ v0.1.5 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.4...v0.1.5
46
52
[ v0.1.4 ] : https://github.com/Amanieu/hashbrown/compare/v0.1.3...v0.1.4
47
53
[ 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 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.1.5 "
3
+ version = " 0.1.6 "
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