mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #54] reqwest introduced breaking change on patch version change. #18
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#18
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 @mainrs on GitHub (Sep 30, 2019).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/54
As of v0.9.18 of
reqwest,rspotifydoes exit with anunwrapon an Err value. This Is due to some breaking changes on a patch version ofreqwest, meaning that the this library will only work with reqwest up to v0.9.17.The fix is to lock down the version within the Cargo.toml file to v0.9.17.