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

Bump rand crate to 0.9 #59

Open
tcoratger opened this issue Mar 20, 2025 · 0 comments · May be fixed by #60
Open

Bump rand crate to 0.9 #59

tcoratger opened this issue Mar 20, 2025 · 0 comments · May be fixed by #60

Comments

@tcoratger
Copy link

Currently, rand crate is used with version 0.8:

std/Cargo.toml

Line 16 in b0cbdeb

rand = { version = "0.8", default-features = false, features = ["std_rng"]}

We should bump this to 0.9 (https://github.com/rust-random/rand/releases/tag/0.9.0)

@tcoratger tcoratger linked a pull request Mar 25, 2025 that will close this issue
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 a pull request may close this issue.

1 participant