rusticon 0.3.0#9170
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the rusticon Homebrew formula to the newly released upstream v0.3.0 source tarball so the tap installs the latest version.
Changes:
- Bump
rusticonfrom0.2.3to0.3.0. - Update the source tarball SHA-256 checksum to match the new release.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f334c36c54
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| homepage "https://github.com/ronilan/rusticon" | ||
| url "https://github.com/ronilan/rusticon/archive/refs/tags/v0.2.3.tar.gz" | ||
| sha256 "afd41b39d965d9d0fd8d2c8dc4c1e82a453ffa83c3a8c6f031c15918f790e5af" | ||
| url "https://github.com/ronilan/rusticon/archive/refs/tags/v0.3.0.tar.gz" |
There was a problem hiding this comment.
Restrict cargo install to the primary binary
With this new tag, upstream Cargo.toml defines rusticon, rusticon_macos, and rusticon_windows; since the formula still calls cargo install without selecting a target, Cargo installs every binary in the package. I checked cargo install --help (--bin [<NAME>] is the option to “Install only the specified binary”), and without it the Homebrew install exposes the new native-platform stubs, which are nonfunctional unless rebuilt with their feature flags. Please pass --bin rusticon so the formula only links the supported CLI.
Useful? React with 👍 / 👎.
|
Closing this unbuildable bump. The v0.3.0 Cargo.lock still pins ronilan/incredible-alpha commit 3ac4e8ffacf19cc1d9a0fb07df598cd913ef09ca, the upstream commit endpoint returns 404, and current CI fails because that revision cannot be fetched. |
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
Full Changelog: ronilan/rusticon@v0.2.3...v0.3.0
View the full release notes at https://github.com/ronilan/rusticon/releases/tag/v0.3.0.