File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10- ## [ v0.5.1] - 2019-08-04
10+ ## [ v0.6.0] - 2019-08-13
11+
12+ ### Fixed
13+ - Fixed AHash accidentally depending on ` std ` . (#110 )
14+
15+ ### Changed
16+ - The minimum Rust version has been bumped to 1.32 (due to ` rand ` dependency).
17+
18+ ## ~~ [ v0.5.1] - 2019-08-04~~
19+
20+ This release was _ yanked_ due to a breaking change for users of ` no-default-features ` .
1121
1222### Added
1323- The experimental and unsafe ` RawTable ` API is available under the "raw" feature. (#108 )
@@ -134,7 +144,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
134144
135145- Initial release
136146
137- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.5.1...HEAD
147+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.6.0...HEAD
148+ [ v0.6.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.5.1...v0.6.0
138149[ v0.5.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.5.0...v0.5.1
139150[ v0.5.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.4.0...v0.5.0
140151[ v0.4.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.3.1...v0.4.0
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.5.1 "
3+ version = " 0.6.0 "
44authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
55description = " A Rust port of Google's SwissTable hash map"
66license = " Apache-2.0/MIT"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Add this to your `Cargo.toml`:
8484
8585``` toml
8686[dependencies ]
87- hashbrown = " 0.5 "
87+ hashbrown = " 0.6 "
8888```
8989
9090Then:
You can’t perform that action at this time.
0 commit comments