-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can't compile in no std environment #49
Comments
UpdateThis problem has been discussed in the hashbrown issue page: rust-lang/hashbrown#124 |
@rockresu Thank you for opening this! This should be fixed by simply updating the hashbrown crate. I will do this in the next few days. |
Merged
@samuel-schuepbach I have just published a new release which fixes this issue. |
@octavonce Great! Thank you for the quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried using the graphlib on a embedded project I'm working on, but failed to compile it due to dependencies to the std crate.
For reproducibility, I set up the environment the same as described in the embedded rust book: https://docs.rust-embedded.org/book/start/qemu.html
The std features should be disabled:
When compiled with:
I got the following error:
I believe that this is due to a dependency in the hashbrow crate.
Do you know anything about this?
The text was updated successfully, but these errors were encountered: