Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove dependency on rand #561

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

ok300
Copy link
Contributor

@ok300 ok300 commented Jan 24, 2025

Description

This PR replaces direct dependencies on rand with re-using existing, re-exported versions of rand.

This makes the dependency tree smaller and avoids accidentally including multiple rand versions, i.e. our explicit one in addition to the existing transitive one(s).


Notes to the reviewers


Suggested CHANGELOG Updates

CHANGED

  • Remove direct dependencies on rand

ADDED

REMOVED

FIXED


Checklist

@thesimplekid thesimplekid merged commit 3cf80b0 into cashubtc:main Jan 24, 2025
63 checks passed
@ok300 ok300 deleted the ok300-remove-rand branch January 25, 2025 11:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants