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

fix(toml): Don't require MSRV bump for pub/priv #14507

Merged
merged 1 commit into from
Sep 7, 2024

Commits on Sep 6, 2024

  1. fix(toml): Don't require MSRV bump for pub/priv

    In rust-lang#13308, we decided to make the feature gate for public/private
    dependencies non-blocking.
    Generally, people opt-in to a feature that is non-blocking through `-Z`
    but some nightly users want an "always on" mode for this, so we offered
    both in rust-lang#13340.
    In rust-lang#13340, we made both feature gates work but we did not make them
    non-blocking for stable, only nightly.
    
    This change makes the feature gate non-blocking on stable.
    epage committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1c8509b View commit details
    Browse the repository at this point in the history