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

Update uuid version definition #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

weigangd
Copy link

Since uuid >= 1.0 exists now it would be nice to make the uuid version a little more versatile. The proposed change fixes uuid version mismatches when using this crate with together with uuid >= 1.0.

Since uuid >= 1.0 exists now it would be nice to make the uuid version a little more versatile. The proposed change fixes uuid version mismatches when using this crate with together with uuid >= 1.0.
@rrevenantt
Copy link
Owner

Hmm.. i guess i am missing something but iirc if you are also using uuid >= 1.0 cargo should happily build two separate versions of it and since uuid types are not exposed in public api it wouldn't cause any mismatches. Also i don't thinks features you have added are required.

So overall i don't see a reason why it is not just a simple version bump, i.e. uuid = "1.*"

@weigangd
Copy link
Author

weigangd commented Sep 6, 2022

Yes, you are right. It was a copy and paste mistake - sorry for that. The features are not necessary and a simple version bump is enough. I changed it to uuid = "1.*".

@rrevenantt rrevenantt requested review from rrevenantt and removed request for rrevenantt November 22, 2022 10:20
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