Skip to main content

max / alloy_tui

Take makeover from crates.io rather than a git URL makeover 0.8.0 is published, so the dependency no longer needs the sourcehut URL. Alloy now builds from a clean checkout with no access to any private repo.
Author: Max Johnson <me@maxj.phd> · 2026-07-19 19:25 UTC
Signed with PGP, not checked
Commit: 748d441e41aeb7d9359b5daf648ab09d6dc5a19d
Parent: e54dd47
2 files changed, +3 insertions, -1 deletion
M Cargo.lock +2
@@ -719,6 +719,8 @@
719 719 [[package]]
720 720 name = "makeover"
721 721 version = "0.8.0"
722 + source = "registry+https://github.com/rust-lang/crates.io-index"
723 + checksum = "c43e27ea24999c6692f6e72ee286fafc561da0cc6f81bc39fc867621718063f7"
722 724 dependencies = [
723 725 "serde",
724 726 "toml",
M Cargo.toml +1 -1
@@ -11,7 +11,7 @@
11 11
12 12 [workspace.dependencies]
13 13 ratatui = "0.30"
14 - makeover = { git = "https://git.sr.ht/~maxmj/makeover", tag = "v0.8.0" }
14 + makeover = "0.8.0"
15 15
16 16 [profile.release]
17 17 lto = "thin"