mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #320] [MERGED] Add cargo-binstall metadata to Cargo.toml #420
Reference in New Issue
Block a user
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/bootandy/dust/pull/320
Author: @JCallicoat
Created: 3/24/2023
Status: ✅ Merged
Merged: 4/2/2023
Merged by: @bootandy
Base:
master← Head:master📝 Commits (1)
9388aefAdd support for cargo-binstall to Cargo.toml📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
Cargo.toml(+4 -0)📄 Description
Hello! This PR enables cargo-binstall to find release builds for the project on github. It uses a heuristic for finding release packages, which assumes the crate name and release package name are the same. This adds metadata to Cargo.toml to provide the correct name for the github releases and binary name.
I have tested this locally with
which results in it correctly finding https://github.com/bootandy/dust/releases/download/v0.8.5/dust-v0.8.5-x86_64-unknown-linux-gnu.tar.gz
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.