Skip to content

Commit

Permalink
Use explicit features rather than implicit. (rust-random#1473)
Browse files Browse the repository at this point in the history
Also update serde_with and special versions
  • Loading branch information
waywardmonkeys authored and benjamin-lieser committed Oct 24, 2024
1 parent f6047d1 commit aa9c7fe
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 361 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.
- Fix portability of `rand::distributions::Slice` (#1469)
- Rename `rand::distributions` to `rand::distr` (#1470)
- The `serde1` feature has been renamed `serde` (#1477)
- The implicit feature `rand_chacha` has been removed. This is enabled by `std_rng`. (#1473)
- Mark `WeightError`, `PoissonError`, `BinomialError` as `#[non_exhaustive]` (#1480).
- Add `p()` for `Bernoulli` to access probability (#1481)
- Add `UniformUsize` and use to make `Uniform` for `usize` portable (#1487)
Expand Down
Loading

0 comments on commit aa9c7fe

Please sign in to comment.