Skip to main content

max / makeover-immediate

Describe the release to Bento The only crate in the makeover suite without one, so it was the only one that could not be published through the pipeline. Keeping the suite current on crates.io is a standing order now, and an unregistered crate goes stale quietly rather than failing loudly.
Author: Max Johnson <me@maxj.phd> · 2026-07-31 17:39 UTC
Signed with PGP, not checked
Commit: 9bf09d3a1c1a67b4312d9ffce2e479f47e6613d4
Parent: 2bde5cc
1 file changed, +8 insertions, -0 deletions
A bento.toml +8
@@ -1,0 +1,8 @@
1 + # How Bento releases makeover-immediate. Lives here rather than in the daemon's config so it is
2 + # versioned with the code it describes.
3 +
4 + # A crate, not an app: one publish.rhai rather than a recipe per platform, and
5 + # the target below names the host that uploads rather than a build matrix.
6 + kind = "library"
7 +
8 + targets = ["linux/x86_64"]