mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #642] Move away from using rustfm-scrobble #371
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#371
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 @SO9010 on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/642
This introduces an older version of UREQ and also introduces:
warning: the following packages contain code that will be rejected by a future version of Rust: wrapped-vec v0.3.0This should be rewritten to fit ureq 3.0 and it shouldnt be too hard to do so esp. since we can use the code for that crate as a lot of inspiration.
@secondlnl commented on GitHub (Jun 25, 2025):
NOTE: The compiler warning comes from here, and a PR upstream for the crate exists.
Also, kinda related
Edit II: Please elaborate on "rewritten" and "that crate as a lot of inspiration".
@SO9010 commented on GitHub (Jun 25, 2025):
We should be able to relatively easily look at the code which is used in the crate for scrobble FM and reimplement it within psst its self. This will not only improve compilation time but also will mean that we are are able to update crates and packages related to it with more ease.