-
Notifications
You must be signed in to change notification settings - Fork 204
Conversation
@Plecra we need your opinion here. |
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.
Argh, more compatibility hazards. Fine, it's worth it. Hopefully we won't run into compatibility hazards, though I'd like to use a changelog to help users upgrading to the new version.
Hmm, I'm not sure about standard ways to to this, but I can pop a |
Oops! We've got a bug in the fuzz CI. You'll need to add |
(That's https://docs.rs/time/latest/time/struct.OffsetDateTime.html#method.now_utc btw - it mentions the feature dep) |
37a814b
to
04de44c
Compare
Done, can you try again? The clippy failures are unrelated. I can file a PR to fix them tomorrow, if you want. |
We need it for release |
04de44c
to
94b183b
Compare
Ah, okay. Fixed. |
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.
LGTM! Thanks a bunch
Thanks! No pressure, but do you think you'll cut out a new release soon? |
Just after addressing the CVE issue, yep! |
I left these enabled in
dev-dependencies
, so that the tests still work, but to be honest, I don't think those tests are really useful.The reason to disable this is the proc macro stuff has a significant build time impact, and it's not really something
zip
users need.