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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.0] - 2019-05-30
11
+
12
+ ### Fixed
13
+ - Fixed ` Send ` trait bounds on ` IterMut ` not matching the libstd one. (#82 )
14
+
10
15
## [ v0.3.1] - 2019-05-30
11
16
12
17
### Fixed
@@ -106,7 +111,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
106
111
107
112
- Initial release
108
113
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
110
116
[ v0.3.1 ] : https://github.com/rust-lang/hashbrown/compare/v0.3.0...v0.3.1
111
117
[ v0.3.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.2.2...v0.3.0
112
118
[ 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 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.3.1 "
3
+ version = " 0.4.0 "
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"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Add this to your `Cargo.toml`:
62
62
63
63
``` toml
64
64
[dependencies ]
65
- hashbrown = " 0.3 "
65
+ hashbrown = " 0.4 "
66
66
```
67
67
68
68
This crate has the following Cargo features:
You can’t perform that action at this time.
0 commit comments