main
tag: alloy_tui-v0.1.0
tag: v0.1.1
tag: v1.0.0
tag: v11.0.0
tag: v11.1.0
tag: v12.0.0
tag: v13.0.0
tag: v14.0.0
tag: v15.0.0
tag: v2.0.0
tag: v3.0.0
tag: v4.1.0
tag: v4.1.1
tag: v5.0.0
tag: v5.0.1
tag: v5.1.0
tag: v6.0.0
tag: v7.0.0
tag: v7.1.0
tag: v7.2.0
tag: v8.0.0
tag: v9.0.0
Files
Commits
Tags
Notes
Issues
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.
2 files changed,
+3 insertions,
-1 deletion
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",
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"