You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Rust 2024 edition, implicit features from optional dependencies
are going away and explicit features are required.
This changes all features using optional dependencies to use the
"dep:" syntax to avoid creating implicit features.
It also adds new explicit features for optional dependencies that
didn't previously have an explicit feature to enable them.
One user-visible implicit feature has now been removed:
`rand` no longer has an implicit feature `rand_chacha`
as that is enabled by `std_rng`.
0 commit comments