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

Fails to compile on no-std #137

Closed
schungx opened this issue Oct 25, 2022 · 0 comments
Closed

Fails to compile on no-std #137

schungx opened this issue Oct 25, 2022 · 0 comments

Comments

@schungx
Copy link
Contributor

schungx commented Oct 25, 2022

Dependent crate const-random-macro has dependency once_cell which automatically pulls in std by default.

This makes no-std builds break.

Suggest change dependency to:

once_cell = { version = "1", default-features = false }
@schungx schungx closed this as completed Oct 26, 2022
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

1 participant