File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.6.2] - 2021-02-12
8
+ ### Fixed
9
+ - Fixed assertions in ` le::read_u32_into ` and ` le::read_u64_into ` which could
10
+ have allowed buffers not to be fully populated (#1096 )
11
+
7
12
## [ 0.6.1] - 2021-01-03
8
13
### Fixed
9
14
- Avoid panic when using ` RngCore::seed_from_u64 ` with a seed which is not a
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand_core"
3
- version = " 0.6.1 "
3
+ version = " 0.6.2 "
4
4
authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments