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

meta: combine net and dns, use parking_lot #2951

Merged
merged 1 commit into from Oct 12, 2020
Merged

meta: combine net and dns, use parking_lot #2951

merged 1 commit into from Oct 12, 2020

Commits on Oct 12, 2020

  1. meta: combine net and dns, use parking_lot

    This combines the `dns` and `net` feature flags. Previously, `dns` was
    included as part of `net`. Given that is is rare that one would want
    `dns` without `net`, DNS is now entirely gated w/ `net`.
    
    The `parking_lot` feature is included as part of `full`.
    
    Some misc docs are tweaked to reflect feature flag changes.
    carllerche committed Oct 12, 2020
    Copy the full SHA
    1aae754 View commit details
    Browse the repository at this point in the history