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

0.14.1 has no feature bound on alloc #119

Closed
eloc3147 opened this issue Jul 27, 2023 · 2 comments
Closed

0.14.1 has no feature bound on alloc #119

eloc3147 opened this issue Jul 27, 2023 · 2 comments

Comments

@eloc3147
Copy link
Contributor

Not sure how this happened, but the published 0.14.1 version of this crate has no #[cfg(feature = "alloc")] bound on the extern crate alloc import. I'm not sure which revision this is as there is no tag or release for 0.14.1.

@NULLx76
Copy link
Owner

NULLx76 commented Jul 28, 2023

Also unsure what happened there, I published version 0.14.2 that fixes this

@NULLx76 NULLx76 closed this as completed Jul 28, 2023
@eloc3147
Copy link
Contributor Author

Er, sorry. I probably should have checked that the current master branch of this crate compiles without the alloc feature enabled.

I made a PR (#120) to get compiling without alloc working again and a test to hopefully prevent this in future.

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

No branches or pull requests

2 participants