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 @@ -9,6 +9,11 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
9
9
You may also find the [ Upgrade Guide] ( https://rust-random.github.io/book/update.html ) useful.
10
10
11
11
12
+ ## [ 0.6.3] - 2019-01-04
13
+ ### Fixes
14
+ - Make the ` std ` feature require the optional ` rand_os ` dependency (#675 )
15
+ - Re-export the optional WASM dependencies of ` rand_os ` from ` rand ` to avoid breakage (#674 )
16
+
12
17
## [ 0.6.2] - 2019-01-04
13
18
### Additions
14
19
- Add ` Default ` for ` ThreadRng ` (#657 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand"
3
- version = " 0.6.2 "
3
+ version = " 0.6.3 "
4
4
authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments