Take makeover 2.5.0
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+51 insertions,
-3 deletions
| 619 |
619 |
|
|
| 620 |
620 |
|
[[package]]
|
| 621 |
621 |
|
name = "makeover"
|
| 622 |
|
- |
version = "2.4.1"
|
|
622 |
+ |
version = "2.5.0"
|
| 623 |
623 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 624 |
|
- |
checksum = "b0a796c931419e54dd71a8aaa7d62230730e958f3101d37d4c1d3ab7b541b38e"
|
|
624 |
+ |
checksum = "3ba9cbc9da41bffe0514e6d6744cecf8097eb18676edcaf62a7dd08cea42e4aa"
|
| 625 |
625 |
|
dependencies = [
|
| 626 |
626 |
|
"include_dir",
|
| 627 |
627 |
|
"serde",
|
| 1966 |
1966 |
|
version = "1.0.23"
|
| 1967 |
1967 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1968 |
1968 |
|
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
1969 |
+ |
|
|
1970 |
+ |
[[patch.unused]]
|
|
1971 |
+ |
name = "docengine"
|
|
1972 |
+ |
version = "0.4.0"
|
|
1973 |
+ |
|
|
1974 |
+ |
[[patch.unused]]
|
|
1975 |
+ |
name = "kberg"
|
|
1976 |
+ |
version = "0.1.0"
|
|
1977 |
+ |
|
|
1978 |
+ |
[[patch.unused]]
|
|
1979 |
+ |
name = "painhours"
|
|
1980 |
+ |
version = "0.1.0"
|
|
1981 |
+ |
|
|
1982 |
+ |
[[patch.unused]]
|
|
1983 |
+ |
name = "tagtree"
|
|
1984 |
+ |
version = "0.4.0"
|
|
1985 |
+ |
|
|
1986 |
+ |
[[patch.unused]]
|
|
1987 |
+ |
name = "quasi-axum"
|
|
1988 |
+ |
version = "0.1.0"
|
|
1989 |
+ |
|
|
1990 |
+ |
[[patch.unused]]
|
|
1991 |
+ |
name = "quasi-http"
|
|
1992 |
+ |
version = "0.1.0"
|
|
1993 |
+ |
|
|
1994 |
+ |
[[patch.unused]]
|
|
1995 |
+ |
name = "quasi-router"
|
|
1996 |
+ |
version = "0.1.0"
|
|
1997 |
+ |
|
|
1998 |
+ |
[[patch.unused]]
|
|
1999 |
+ |
name = "quasi-store"
|
|
2000 |
+ |
version = "0.1.0"
|
|
2001 |
+ |
|
|
2002 |
+ |
[[patch.unused]]
|
|
2003 |
+ |
name = "quasi-tauri"
|
|
2004 |
+ |
version = "0.1.0"
|
|
2005 |
+ |
|
|
2006 |
+ |
[[patch.unused]]
|
|
2007 |
+ |
name = "quasi-webview"
|
|
2008 |
+ |
version = "0.1.0"
|
|
2009 |
+ |
|
|
2010 |
+ |
[[patch.unused]]
|
|
2011 |
+ |
name = "synckit-client"
|
|
2012 |
+ |
version = "0.8.0"
|
|
2013 |
+ |
|
|
2014 |
+ |
[[patch.unused]]
|
|
2015 |
+ |
name = "synckit-config"
|
|
2016 |
+ |
version = "0.2.0"
|
| 38 |
38 |
|
# text and page colours from a theme file rather than carrying a hex table, and
|
| 39 |
39 |
|
# `ansi_intent` is the mapping the bare Linux console and Alloy's generated
|
| 40 |
40 |
|
# configs use, so all three agree on what red means.
|
| 41 |
|
- |
makeover = "2.4.1"
|
|
41 |
+ |
makeover = "2.5.0"
|
| 42 |
42 |
|
# For shop's own config file, and already in the tree underneath makeover.
|
| 43 |
43 |
|
toml = "1.1"
|
| 44 |
44 |
|
# How many columns a character occupies. This is a protocol agreement with the
|