[PR #377] [MERGED] Explicit cargo-binstall support #1680

Closed
opened 2026-03-14 15:27:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/377
Author: @LucasFA
Created: 2/23/2024
Status: Merged
Merged: 2/24/2024
Merged by: @aome510

Base: masterHead: binstall-support


📝 Commits (1)

  • 6829bc5 Explicit cargo-binstall support

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 spotify_player/Cargo.toml (+4 -0)

📄 Description

cargo-binstall is a cargo subcommand that allows users to install rust binary crates directly from github release binaries, without having to compile it themselves from source.

This PR significantly reduces the number of required GH API requests for cargo-binstall users, shaving 2 seconds off cargo-binstall installation.

Note: the most "native" way of doing this is naming the releases according to their own usual pattern, but tbh seems unnecessary to complicate things


🔄 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/377 **Author:** [@LucasFA](https://github.com/LucasFA) **Created:** 2/23/2024 **Status:** ✅ Merged **Merged:** 2/24/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `binstall-support` --- ### 📝 Commits (1) - [`6829bc5`](https://github.com/aome510/spotify-player/commit/6829bc57d0bfaaa33b813feb197b75e5011cd97d) Explicit cargo-binstall support ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/Cargo.toml` (+4 -0) </details> ### 📄 Description `cargo-binstall` is a cargo subcommand that allows users to install rust binary crates directly from github release binaries, without having to compile it themselves from source. This PR significantly reduces the number of required GH API requests for cargo-binstall users, shaving 2 seconds off cargo-binstall installation. Note: the most "native" way of doing this is naming the releases according to their own usual pattern, but tbh seems unnecessary to complicate things --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:27:12 +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#1680
No description provided.