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

updating rand to 0.9.0 causes conflicts with ed25519-dalek #106

Open
flihp opened this issue Mar 3, 2025 · 1 comment
Open

updating rand to 0.9.0 causes conflicts with ed25519-dalek #106

flihp opened this issue Mar 3, 2025 · 1 comment

Comments

@flihp
Copy link
Collaborator

flihp commented Mar 3, 2025

Upgrading the rand crate to 0.9.0 is currently blocked by ed25519-dalek. This is caused by ed25519-dalek using traits from rand_core 0.6.4 in their API. Upgrading rand causes the rng types to implement traits from rand_core 0.9.0 and this makes the compiler very unhappy.

@flihp flihp changed the title upgrade rand crate updating rand to 0.9.0 causes conflicts with ed25519-dalek Mar 3, 2025
@flihp
Copy link
Collaborator Author

flihp commented Mar 3, 2025

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