mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #730] [MERGED] fix: add reqwest missing feature to run lyric finder example #856
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#856
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/spotify-player/pull/730
Author: @gumaath
Created: 5/22/2025
Status: ✅ Merged
Merged: 6/22/2025
Merged by: @aome510
Base:
master← Head:lyricexample2📝 Commits (2)
a30c5a7fix: fix reqwest missing feature to run lyric finder examplef029dd3Merge branch 'master' into lyricexample2📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
lyric_finder/Cargo.toml(+1 -1)📄 Description
This PR adds the "http2" feature to the reqwest dependency in the lyric finder example.
Without this feature, the example might fail to run correctly in some environments.
features = ["json", "native-tls-alpn", "http2"]This should improve compatibility and fix potential local runtime issues related to HTTP/2 support.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.