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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.3.1] - 2019-05-30
11
+
12
+ ### Fixed
13
+ - Fixed incorrect use of slice in unsafe code. (#80 )
14
+
10
15
## [ v0.3.0] - 2019-04-23
11
16
12
17
### Changed
@@ -101,7 +106,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
101
106
102
107
- Initial release
103
108
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
105
111
[ v0.3.0 ] : https://github.com/rust-lang/hashbrown/compare/v0.2.2...v0.3.0
106
112
[ v0.2.2 ] : https://github.com/rust-lang/hashbrown/compare/v0.2.1...v0.2.2
107
113
[ 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 1
1
[package ]
2
2
name = " hashbrown"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
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