mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 17:35:55 +03:00
[PR #108] [MERGED] fix(deps): deprecated dependencies, causing building error! #107
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#107
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?
📋 Pull Request Information
Original PR: https://github.com/aome510/hackernews-TUI/pull/108
Author: @thamelodev
Created: 10/20/2024
Status: ✅ Merged
Merged: 10/22/2024
Merged by: @aome510
Base:
main← Head:main📝 Commits (3)
9f679aefix(deps): deprecated dependencies527e781upgrade dependencies660e830fix clippy📊 Changes
3 files changed (+510 additions, -477 deletions)
View changed files
📝
Cargo.lock(+492 -459)📝
hackernews_tui/Cargo.toml(+17 -17)📝
hackernews_tui/src/parser/article.rs(+1 -1)📄 Description
It was not possible to build the project because of the old dependencies; they were not following the standard from rust. One example was the
timedependency, causing the error code E0282. The compiler was not able to infer a type.This fixes: #107
rustc version: 1.81.0 (eeb90cda1 2024-09-04)
After the depedencies update:
Finished `release` profile [optimized] target(s) in 29.87s🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.