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

Remove rand/std_rng for getrandom #96

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Conversation

Ujang360
Copy link
Contributor

@Ujang360 Ujang360 commented Oct 3, 2023

Resolves #95

this is caused by `getrandom` deps behind `rand/std_rng` feature flag
@@ -52,12 +57,11 @@ asm = ["sha2/asm"]
serde = ["serde_crate", "serde_bytes", "cfg-if"]
# We cannot make getrandom a direct dependency because rand_core makes
# getrandom a feature name, which requires forwarding.
getrandom = ["rand_core/getrandom", "rand/std_rng"]
getrandom = ["rand_core/getrandom"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this seems like the fix, thanks.

@burdges burdges merged commit 9957bd6 into w3f:master Oct 3, 2023
5 checks passed
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

Successfully merging this pull request may close these issues.

Broken no_std because of rand/std_rng
2 participants