File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
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.4.0] - 2019-05-30
11+
12+ ### Fixed
13+ - Fixed ` Send ` trait bounds on ` IterMut ` not matching the libstd one. (#82 )
14+
1015## [ v0.3.1] - 2019-05-30
1116
1217### Fixed
@@ -106,7 +111,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
106111
107112- Initial release
108113
109- [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.3.1...HEAD
114+ [ Unreleased ] : https://github.com/rust-lang/hashbrown/compare/v0.4.0...HEAD
115+ [ v0.4.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.3.1...v0.4.0
110116[ v0.3.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.3.0...v0.3.1
111117[ v0.3.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.2.2...v0.3.0
112118[ v0.2.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.2.1...v0.2.2
Original file line number Diff line number Diff line change 11[package ]
22name = " hashbrown"
3- version = " 0.3.1 "
3+ version = " 0.4.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 @@ -62,7 +62,7 @@ Add this to your `Cargo.toml`:
6262
6363``` toml
6464[dependencies ]
65- hashbrown = " 0.3 "
65+ hashbrown = " 0.4 "
6666```
6767
6868This crate has the following Cargo features:
You can’t perform that action at this time.
0 commit comments