Closed bryango closed 3 months ago
I just merged #1202, which should fix the unrelated build and clippy failures
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 46.92%. Comparing base (
19654bf
) to head (6ade679
). Report is 14 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Ah thank you very much! This seems to have the working time
crate now. Would you be interested in a minor bugfix release? Maybe we shall ping @pkgw?
pkgw would be the right person, I personally don't know the release process yet.
The relevant fix is now available in master
at 6b49ca8db40aaca29cb375ce75add3e575558375. Before a proper release @pkgw , downstream may simply cherry-pick this commit. I have checked that it applies nicely on top of https://github.com/tectonic-typesetting/tectonic/tree/tectonic%400.15.0
Sorry for being completely AWOL on all this :frowning_face:
I'll make a release soon, and make a video explaining the process. With the release automation tools that we have, it can be quite straightforward, although there are a few concepts to learn.
Fixes #1207. The build fails with rust 1.80 due to an outdated
time
crate. This can be simply fixed bycargo update time
.This issue would soon affect all downstream (distro) packagers, and the fix is rather trivial and minimal, so I hope it can be fast-tracked into master (after CI of course). A bugfix release would be even better, but it's your decision! @CraftSpider @rm-dr
See: