rust-random / rand

A Rust library for random number generation.
https://crates.io/crates/rand
Other
1.67k stars 432 forks source link

Rename `serde1` feature to `serde`. #1477

Closed waywardmonkeys closed 3 months ago

waywardmonkeys commented 4 months ago

Summary

Rename serde1 feature to serde

Motivation

As stated in #1473, most of the ecosystem has used the name serde for the feature to enable serde (once dep: syntax was added in Rust 1.60).

Details

N/A

waywardmonkeys commented 3 months ago

I'll rebase the other now!