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"
|