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

Propagate cargo-features from project's Cargo.toml #82

Merged
merged 1 commit into from
Jun 9, 2020

Conversation

eggyal
Copy link

@eggyal eggyal commented Jun 8, 2020

The [profile.release] section of the project's Cargo.toml is propagated into the xbuild, but may rely on Cargo features that require explicit enabling. This PR also propagates any cargo-features from the project's Cargo.toml into the xbuild.

(I encountered this case when attempting to use Cargo's new strip feature).

for the xbuild, in order to support any that are required by the
propagated profile.
@phil-opp
Copy link
Member

phil-opp commented Jun 9, 2020

Looks good to me, thanks!

@phil-opp phil-opp merged commit 09a0071 into rust-osdev:master Jun 9, 2020
phil-opp added a commit that referenced this pull request Jun 9, 2020
@phil-opp
Copy link
Member

phil-opp commented Jun 9, 2020

Published as v0.5.34.

@eggyal eggyal deleted the propagate-cargo-features branch June 9, 2020 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants