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

Don't resolve std's optional dependencies #7337

Merged
merged 1 commit into from
Sep 6, 2019

Commits on Sep 6, 2019

  1. Don't resolve std's optional dependencies

    Use the `set_require_optional_deps(false)` escape hatch to avoid
    resolving optional dependencies for libstd. While it doesn't really
    matter a huge amount either way there's no need for us to generate
    resolution nodes for things like `rand` just to throw them away because
    they're never used.
    
    Closes rust-lang/wg-cargo-std-aware#37
    alexcrichton committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    4592af4 View commit details
    Browse the repository at this point in the history