File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
16
16
- Unit tests for value stability of distributions added (#888 )
17
17
18
18
## [ 0.7.1] - 2019-09-13
19
+ ### Yanked
20
+ This release was yanked since it depends on ` rand_core::OsRng ` added in 0.5.1,
21
+ yet only specifies a dependency on version 0.5.0 (#890 ).
22
+
19
23
### Fixes
20
24
- Fix ` no_std ` behaviour, appropriately enable c2-chacha's ` std ` feature (#844 )
21
25
- ` alloc ` feature in ` no_std ` is available since Rust 1.36 (#856 )
Original file line number Diff line number Diff line change @@ -67,6 +67,12 @@ A detailed [changelog](CHANGELOG.md) is available.
67
67
When upgrading to the next minor series (especially 0.4 → 0.5), we recommend
68
68
reading the [ Upgrade Guide] ( https://rust-random.github.io/book/update.html ) .
69
69
70
+ ### Yanked versions
71
+
72
+ Some versions of Rand crates have been yanked ("unreleased"). Where this occurs,
73
+ the crate's CHANGELOG * should* be updated with a rationale, and a search on the
74
+ issue tracker with the keyword ` yank ` * should* uncover the motivation.
75
+
70
76
### Rust version requirements
71
77
72
78
Since version 0.7, Rand requires ** Rustc version 1.32 or greater** .
You can’t perform that action at this time.
0 commit comments