Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use explicit features rather than implicit. #1473

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 26, 2024

  1. Use explicit features rather than implicit.

    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`.
    waywardmonkeys committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2eed721 View commit details
    Browse the repository at this point in the history