File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
8
8
9
9
You may also find the [ Upgrade Guide] ( https://rust-random.github.io/book/update.html ) useful.
10
10
11
+ ## [ 0.7.2] - 2019-09-16
12
+ ### Fixes
13
+ - Fix dependency on ` rand_core ` 0.5.1 (#890 )
14
+
15
+ ### Additions
16
+ - Unit tests for value stability of distributions added (#888 )
17
+
11
18
## [ 0.7.1] - 2019-09-13
12
19
### Fixes
13
20
- Fix ` no_std ` behaviour, appropriately enable c2-chacha's ` std ` feature (#844 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand"
3
- version = " 0.7.1 "
3
+ version = " 0.7.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"
@@ -56,7 +56,7 @@ members = [
56
56
]
57
57
58
58
[dependencies ]
59
- rand_core = { path = " rand_core" , version = " 0.5" }
59
+ rand_core = { path = " rand_core" , version = " 0.5.1 " }
60
60
rand_pcg = { path = " rand_pcg" , version = " 0.2" , optional = true }
61
61
# Do not depend on 'getrandom_package' directly; use the 'getrandom' feature!
62
62
# This is a dependency because: we forward wasm feature flags
You can’t perform that action at this time.
0 commit comments