Skip to content

Commit aa9c7fe

Browse files
waywardmonkeysbenjamin-lieser
authored andcommitted
Use explicit features rather than implicit. (rust-random#1473)
Also update serde_with and special versions
1 parent f6047d1 commit aa9c7fe

File tree

6 files changed

+42
-361
lines changed

6 files changed

+42
-361
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
2020
- Fix portability of `rand::distributions::Slice` (#1469)
2121
- Rename `rand::distributions` to `rand::distr` (#1470)
2222
- The `serde1` feature has been renamed `serde` (#1477)
23+
- The implicit feature `rand_chacha` has been removed. This is enabled by `std_rng`. (#1473)
2324
- Mark `WeightError`, `PoissonError`, `BinomialError` as `#[non_exhaustive]` (#1480).
2425
- Add `p()` for `Bernoulli` to access probability (#1481)
2526
- Add `UniformUsize` and use to make `Uniform` for `usize` portable (#1487)

0 commit comments

Comments
 (0)