mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #377] [MERGED] Explicit cargo-binstall support #741
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#741
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/377
Author: @LucasFA
Created: 2/23/2024
Status: ✅ Merged
Merged: 2/24/2024
Merged by: @aome510
Base:
master← Head:binstall-support📝 Commits (1)
6829bc5Explicit cargo-binstall support📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
spotify_player/Cargo.toml(+4 -0)📄 Description
cargo-binstallis 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.