-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bump uuid to 0.8.x #2205
Bump uuid to 0.8.x #2205
Conversation
@@ -14,12 +14,12 @@ dotenv = ">=0.8, <0.11" | |||
[dependencies] | |||
assert_matches = "1.0.1" | |||
chrono = { version = "0.4" } | |||
diesel = { path = "../diesel", default-features = false, features = ["quickcheck", "chrono", "uuid", "serde_json", "network-address", "numeric", "with-deprecated"] } | |||
diesel = { path = "../diesel", default-features = false, features = ["quickcheck", "chrono", "uuidv07", "serde_json", "network-address", "numeric", "with-deprecated"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's more realistic to use the new uuid versions in the test.
when will this be released? |
With the next release. We do not give any ETA‘s other that: When it's done. |
Do you have any milestones or smth one could look at to see what's required for it to be done? |
Alt least everything in https://github.com/diesel-rs/diesel/milestone/16. Additionally anything that seems useful and is ready till the completion of the mile stone. |
Fixes #2204