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.3.1] - 2019-05-30
11+
12+ ### Fixed
13+ - Fixed incorrect use of slice in unsafe code. (#80 )
14+
1015## [ v0.3.0] - 2019-04-23
1116
1217### Changed
@@ -101,7 +106,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
101106
102107- Initial release
103108
104- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.3.0...HEAD
109+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.3.1...HEAD
110+ [ v0.3.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.3.0...v0.3.1
105111[ v0.3.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.2.2...v0.3.0
106112[ v0.2.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.2.1...v0.2.2
107113[ v0.2.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
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