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

Make sure all dependencies have std features disabled #409

Open
leo60228 opened this issue Aug 19, 2019 · 1 comment
Open

Make sure all dependencies have std features disabled #409

leo60228 opened this issue Aug 19, 2019 · 1 comment

Comments

@leo60228
Copy link

leo60228 commented Aug 19, 2019

Due to rust-lang/cargo#5730, pest cannot be used in any context (build or proc macro) of a no_std crate if any of its dependencies have an std feature enabled.

@tomtau
Copy link
Contributor

tomtau commented Jul 14, 2022

it should be possible to use it now: #240
but good to add a CI check for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants