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

Include package props with corresponding env vars into target metadata #3857

Merged
merged 1 commit into from
Mar 24, 2017

Commits on Mar 23, 2017

  1. Include package props with env vars into target metadata

    Previously, when changing package properties with corresponding
    environment variables (such as authors, which has CARGO_PKG_AUTHORS),
    it didn't invalidate the build, even though there could have been
    a dependency on such variables in the source code.
    
    This commit includes such properties (there are 3 of them in total:
    authors, description and homepage) in the target metadata.
    
    Fixes rust-lang#3696.
    antonlarin committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    d70ca21 View commit details
    Browse the repository at this point in the history