Take makeover 3.0
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+14 insertions,
-22 deletions
| 845 |
845 |
|
|
| 846 |
846 |
|
[[package]]
|
| 847 |
847 |
|
name = "makeover"
|
| 848 |
|
- |
version = "2.6.0"
|
|
848 |
+ |
version = "3.0.0"
|
| 849 |
849 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 850 |
|
- |
checksum = "63f2504fc551cc50ca2766440ee1addd2452bfad02ec203411afe94a7d0a47a7"
|
|
850 |
+ |
checksum = "3e6da78c376074e48eb2324394004afc847e674e05ed2ea4bec1331073990b3f"
|
| 851 |
851 |
|
dependencies = [
|
| 852 |
852 |
|
"include_dir",
|
| 853 |
853 |
|
"serde",
|
| 2398 |
2398 |
|
name = "tagtree"
|
| 2399 |
2399 |
|
version = "0.4.0"
|
| 2400 |
2400 |
|
|
| 2401 |
|
- |
[[patch.unused]]
|
| 2402 |
|
- |
name = "makeover"
|
| 2403 |
|
- |
version = "2.7.0"
|
| 2404 |
|
- |
|
| 2405 |
|
- |
[[patch.unused]]
|
| 2406 |
|
- |
name = "makeover-build"
|
| 2407 |
|
- |
version = "0.40.0"
|
| 2408 |
|
- |
|
| 2409 |
|
- |
[[patch.unused]]
|
| 2410 |
|
- |
name = "docengine"
|
| 2411 |
|
- |
version = "0.7.0"
|
| 2412 |
|
- |
|
| 2413 |
2401 |
|
[[patch.unused]]
|
| 2414 |
2402 |
|
name = "quasi-axum"
|
| 2415 |
|
- |
version = "0.18.0"
|
|
2403 |
+ |
version = "0.27.0"
|
| 2416 |
2404 |
|
|
| 2417 |
2405 |
|
[[patch.unused]]
|
| 2418 |
2406 |
|
name = "quasi-basics"
|
| 2419 |
|
- |
version = "0.18.0"
|
|
2407 |
+ |
version = "0.27.0"
|
| 2420 |
2408 |
|
|
| 2421 |
2409 |
|
[[patch.unused]]
|
| 2422 |
2410 |
|
name = "quasi-http"
|
| 2423 |
|
- |
version = "0.18.0"
|
|
2411 |
+ |
version = "0.27.0"
|
| 2424 |
2412 |
|
|
| 2425 |
2413 |
|
[[patch.unused]]
|
| 2426 |
2414 |
|
name = "quasi-immediate"
|
| 2427 |
|
- |
version = "0.18.0"
|
|
2415 |
+ |
version = "0.27.0"
|
| 2428 |
2416 |
|
|
| 2429 |
2417 |
|
[[patch.unused]]
|
| 2430 |
2418 |
|
name = "quasi-router"
|
| 2431 |
|
- |
version = "0.18.0"
|
|
2419 |
+ |
version = "0.27.0"
|
| 2432 |
2420 |
|
|
| 2433 |
2421 |
|
[[patch.unused]]
|
| 2434 |
2422 |
|
name = "quasi-store"
|
| 2436 |
2424 |
|
|
| 2437 |
2425 |
|
[[patch.unused]]
|
| 2438 |
2426 |
|
name = "quasi-tauri"
|
| 2439 |
|
- |
version = "0.18.0"
|
|
2427 |
+ |
version = "0.27.0"
|
| 2440 |
2428 |
|
|
| 2441 |
2429 |
|
[[patch.unused]]
|
| 2442 |
2430 |
|
name = "quasi-webview"
|
| 2443 |
|
- |
version = "0.18.0"
|
|
2431 |
+ |
version = "0.27.0"
|
|
2432 |
+ |
|
|
2433 |
+ |
[[patch.unused]]
|
|
2434 |
+ |
name = "docengine"
|
|
2435 |
+ |
version = "0.7.0"
|
| 2444 |
2436 |
|
|
| 2445 |
2437 |
|
[[patch.unused]]
|
| 2446 |
2438 |
|
name = "synckit-client"
|
| 43 |
43 |
|
# text and page colours from a theme file rather than carrying a hex table, and
|
| 44 |
44 |
|
# `ansi_intent` is the mapping the bare Linux console and Alloy's generated
|
| 45 |
45 |
|
# configs use, so all three agree on what red means.
|
| 46 |
|
- |
makeover = "2.5.0"
|
|
46 |
+ |
makeover = "3.0"
|
| 47 |
47 |
|
# For shop's own config file, and already in the tree underneath makeover.
|
| 48 |
48 |
|
toml = "1.1"
|
| 49 |
49 |
|
# How many columns a character occupies. This is a protocol agreement with the
|