[PR #730] [MERGED] fix: add reqwest missing feature to run lyric finder example #856

Closed
opened 2026-03-03 00:01:09 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: lyricexample2


📝 Commits (2)

  • a30c5a7 fix: fix reqwest missing feature to run lyric finder example
  • f029dd3 Merge 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.

  • Updated Cargo.toml to include 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.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/730 **Author:** [@gumaath](https://github.com/gumaath) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 6/22/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `lyricexample2` --- ### 📝 Commits (2) - [`a30c5a7`](https://github.com/aome510/spotify-player/commit/a30c5a775a7b333cd1c11e53b3102f79ecabaec5) fix: fix reqwest missing feature to run lyric finder example - [`f029dd3`](https://github.com/aome510/spotify-player/commit/f029dd3acfe85f3f73d1d6f8fa0dd6f97482d62d) Merge branch 'master' into lyricexample2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lyric_finder/Cargo.toml` (+1 -1) </details> ### 📄 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. - Updated Cargo.toml to include `features = ["json", "native-tls-alpn", "http2"]` This should improve compatibility and fix potential local runtime issues related to HTTP/2 support. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#856
No description provided.