-
Notifications
You must be signed in to change notification settings - Fork 319
Add support for jiff v0.2 #1332
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
Conversation
|
@juhaku I guess the CI failure is unrelated to this PR, right? 🤔 |
Yup, seems like it has been there long time, but for some reason typos has recently started to think it as a typo. |
This commit adds support for v0.2 of the `jiff` date-time crate, similar to how it is already implemented for `chrono` and `time`.
|
I've rebased and it looks like the CI run is green now :) |
|
@juhaku This patch would help a lot for downstream projects adopting utopia. Would you take another look? |
juhaku
left a comment
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.
Looks great, would you like update CHANGELOG as well in utoipa and utoipa-gen and it is ready to merge. @Turbo87
|
Sorry for the delay here, there has been too much going on recently and I am struggling to find time maintain this project 😞 |
|
@juhaku My use case relies on |
|
|
oops, sorry, I missed that notification 🙈 |
No worries, I updated them, 🙂 |
This commit adds support for v0.2 of the
jiffdate-time crate, similar to how it is already implemented forchronoandtime.