Skip to content

Pass --features through to cargo #853

Merged
HCastano merged 4 commits intomasterfrom
aj/features
Dec 6, 2022
Merged

Pass --features through to cargo #853
HCastano merged 4 commits intomasterfrom
aj/features

Conversation

@ascjones
Copy link
Copy Markdown
Collaborator

@ascjones ascjones commented Dec 6, 2022

Closes #527.

Note that we do not also add the --all-features and --no-default-features flags, since they would interfere with the Wasm build where we already do --no-default-features to prevent the std feature being built.

Copy link
Copy Markdown
Contributor

@HCastano HCastano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't actually expect you to add this, lol

@HCastano HCastano merged commit 6059a3a into master Dec 6, 2022
@HCastano HCastano deleted the aj/features branch December 6, 2022 22:27
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.

Add --feature argument

2 participants