mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[GH-ISSUE #107] The latest published release fails to build with Rust > 1.79 #33
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0323pin on GitHub (Oct 14, 2024).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/107
Hi,
FYI, see title.
This is because the time crate fails with:
The solution is to update time to 0.3.36 and cut a new release.
@aome510 commented on GitHub (Oct 15, 2024):
Hi @0323pin, thanks for letting me know. It's been a while since the last update. I'll try to see if I can release a new release with dependencies upgraded this week.
@0323pin commented on GitHub (Oct 15, 2024):
That would be awesome, thanks.
@aome510 commented on GitHub (Oct 22, 2024):
Just published a new release: https://github.com/aome510/hackernews-TUI/releases/tag/v0.13.5
@0323pin commented on GitHub (Oct 22, 2024):
@aome510 thank you!
@0323pin commented on GitHub (Oct 22, 2024):
Merged