-
Notifications
You must be signed in to change notification settings - Fork 304
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
rand_core and no_std builds #259
Comments
Oh, good grief. I really can't do anything without breaking somebody's code. Right, I'll have to publish an 0.2.9 later to fix this. Thanks for letting me know! |
OK, I've committed the change to disable the default features of |
On which branch? I don't see that change on master. @hdevalence reported the issue — can you test? In other news, I have a PR to no longer enable |
facepalm My bad, I forgot to push the commit. Try it now. |
Hi, thanks for digging into this! I just ran these tests on my machine, so I think that this does fix the problem:
|
Alright, I've published 0.2.9 with this fix. |
Thanks for the help! |
Closing? |
can criterion still work with |
criterion.rs/Cargo.toml
Line 30 in 3117ef6
Criterion implicitly requires the
std
feature ofrand_core
, though doesn't appear to need it. This appears to be breaking builds.While we may disable this feature by default in the future, you could help users now by disabling default features on
rand_core
.The text was updated successfully, but these errors were encountered: