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 enable "std" for ucd-trie when std not selected #562

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

andybest
Copy link
Contributor

@andybest andybest commented Nov 3, 2021

Previously, the std feature for ucd-trie was enabled by default, which was preventing builds in no_std environments. This PR only enables the std feature when std is selected for pest.

@CAD97
Copy link
Contributor

CAD97 commented Nov 3, 2021

This is technically breaking, but imo acceptable breakage, since ucd-trie isn't a public dependency.

bors: r+

@bors
Copy link
Contributor

bors bot commented Nov 3, 2021

@bors bors bot merged commit ae06145 into pest-parser:master Nov 3, 2021
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.

None yet

2 participants