[PR #1449] [MERGED] Add cargo-binstall metadata #4185

Closed
opened 2026-05-22 23:57:57 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1449
Author: @meghprkh
Created: 4/12/2026
Status: Merged
Merged: 4/13/2026
Merged by: @JakeStanger

Base: masterHead: binstall-metadata


📝 Commits (1)

  • 6c82ed4 Add cargo-binstall metadata

📊 Changes

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

View changed files

📝 Cargo.toml (+3 -0)

📄 Description

This allows the package to be easily installable with cargo-binstall

This can be smoke tested with

cargo binstall --pkg-url="{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target-arch }{ archive-suffix }" ironbar
# Optionally use arguments: --force -v --dry-run

🔄 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/JakeStanger/ironbar/pull/1449 **Author:** [@meghprkh](https://github.com/meghprkh) **Created:** 4/12/2026 **Status:** ✅ Merged **Merged:** 4/13/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `binstall-metadata` --- ### 📝 Commits (1) - [`6c82ed4`](https://github.com/JakeStanger/ironbar/commit/6c82ed429134c55a391f9fd54026309e964dafc0) Add cargo-binstall metadata ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+3 -0) </details> ### 📄 Description This allows the package to be easily installable with `cargo-binstall` This can be smoke tested with ```shell cargo binstall --pkg-url="{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target-arch }{ archive-suffix }" ironbar # Optionally use arguments: --force -v --dry-run ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:57:57 +01: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
JakeStanger/ironbar#4185
No description provided.