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 dependency for v3 and v5 #371

Merged
merged 1 commit into from
Feb 28, 2019
Merged

Conversation

Boddlnagg
Copy link
Contributor

@Boddlnagg Boddlnagg commented Feb 28, 2019

I don't see why the v3 and v5 features depend on the rand crate, but maybe I'm missing something?
If not, I would like to get rid of that dependency (which pulls in quite a number of crates transitively).

cargo test --features "v5 v3" still passes locally.

I don't think that removing a dependency is a breaking change.

@Dylan-DPC-zz
Copy link
Member

Thanks. it is fine since we are not using the rand crate in v3 and v5, so this must be some residue that got left behind.

@Dylan-DPC-zz
Copy link
Member

bors: r+

bors bot added a commit that referenced this pull request Feb 28, 2019
371: Remove `rand` dependency for v3 and v5 r=Dylan-DPC a=Boddlnagg

I don't see why the v3 and v5 features depend on the `rand` crate, but maybe I'm missing something?
If not, I would like to get rid of that dependency (which pulls in quite a number of crates transitively).

`cargo test --features "v5 v3"` still passes locally.

I don't think that removing a dependency is a breaking change.

Co-authored-by: Patrick Reisert <kpreisert@gmail.com>
@bors
Copy link
Contributor

bors bot commented Feb 28, 2019

@bors bors bot merged commit 48c1e4d into uuid-rs:master Feb 28, 2019
LinusU pushed a commit to LinusU/uuid that referenced this pull request Feb 26, 2020
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