[PR #13] [MERGED] Custom binary names #23

Closed
opened 2026-03-01 09:11:26 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosskers/cargo-aur/pull/13
Author: @fosskers
Created: 4/19/2022
Status: Merged
Merged: 4/20/2022
Merged by: @fosskers

Base: masterHead: colin/binary-name


📝 Commits (4)

  • 84f4a74 chore: bump dependencies
  • f837fd1 feat: account for custom binary names
  • 7e35357 feat: alter which names appear where
  • 6a1269e docs: update CHANGELOG

📊 Changes

3 files changed (+57 additions, -20 deletions)

View changed files

📝 CHANGELOG.md (+9 -0)
📝 Cargo.toml (+3 -2)
📝 src/main.rs (+45 -18)

📄 Description

This PR accounts for [[bin]] sections in Cargo.toml, allowing the specification of custom binary names.


🔄 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/fosskers/cargo-aur/pull/13 **Author:** [@fosskers](https://github.com/fosskers) **Created:** 4/19/2022 **Status:** ✅ Merged **Merged:** 4/20/2022 **Merged by:** [@fosskers](https://github.com/fosskers) **Base:** `master` ← **Head:** `colin/binary-name` --- ### 📝 Commits (4) - [`84f4a74`](https://github.com/fosskers/cargo-aur/commit/84f4a740b18494930fa44be135bed5c1e6ffcce2) chore: bump dependencies - [`f837fd1`](https://github.com/fosskers/cargo-aur/commit/f837fd18a6bac432b29da5815b151153e0bcd915) feat: account for custom binary names - [`7e35357`](https://github.com/fosskers/cargo-aur/commit/7e353578c04ea3c55beb0540206610738ddfc4ea) feat: alter which names appear where - [`6a1269e`](https://github.com/fosskers/cargo-aur/commit/6a1269e4ae92a84fca41754ca6ec386beb464961) docs: update CHANGELOG ### 📊 Changes **3 files changed** (+57 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+9 -0) 📝 `Cargo.toml` (+3 -2) 📝 `src/main.rs` (+45 -18) </details> ### 📄 Description This PR accounts for `[[bin]]` sections in `Cargo.toml`, allowing the specification of custom binary names. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-01 09:11:26 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cargo-aur#23