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

feat: expose rng trait hidden #143

Merged
merged 1 commit into from
Aug 17, 2023
Merged

feat: expose rng trait hidden #143

merged 1 commit into from
Aug 17, 2023

Conversation

saiintbrisson
Copy link
Contributor

@saiintbrisson saiintbrisson commented Aug 16, 2023

This change exposes the rand::Rng as a hidden re-export, allowing users to derive with Dummy
without having to add the rand crate to their dependencies.

Currently, simple uses like deriving the Dummy macro requires one to add the rand crate to their
dependency tree, for it to not even be used directly in the code.

@cksac cksac merged commit 700933f into cksac:master Aug 17, 2023
1 check passed
@saiintbrisson
Copy link
Contributor Author

I think this one requires a dummy release as well if I'm not mistaken.

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.

2 participants