Take makeover-build 0.28.0
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+10 insertions,
-10 deletions
| 3396 |
3396 |
|
|
| 3397 |
3397 |
|
[[package]]
|
| 3398 |
3398 |
|
name = "makeover-build"
|
| 3399 |
|
- |
version = "0.27.0"
|
|
3399 |
+ |
version = "0.28.0"
|
| 3400 |
3400 |
|
dependencies = [
|
| 3401 |
3401 |
|
"makeover",
|
| 3402 |
3402 |
|
"makeover-geometry",
|
| 8359 |
8359 |
|
"winnow 1.0.4",
|
| 8360 |
8360 |
|
]
|
| 8361 |
8361 |
|
|
| 8362 |
|
- |
[[patch.unused]]
|
| 8363 |
|
- |
name = "quasi-axum"
|
| 8364 |
|
- |
version = "0.1.0"
|
| 8365 |
|
- |
|
| 8366 |
|
- |
[[patch.unused]]
|
| 8367 |
|
- |
name = "quasi-store"
|
| 8368 |
|
- |
version = "0.1.0"
|
| 8369 |
|
- |
|
| 8370 |
8362 |
|
[[patch.unused]]
|
| 8371 |
8363 |
|
name = "alloy_tui"
|
| 8372 |
8364 |
|
version = "7.0.0"
|
| 8375 |
8367 |
|
name = "makeover-immediate"
|
| 8376 |
8368 |
|
version = "0.17.0"
|
| 8377 |
8369 |
|
|
|
8370 |
+ |
[[patch.unused]]
|
|
8371 |
+ |
name = "quasi-axum"
|
|
8372 |
+ |
version = "0.1.0"
|
|
8373 |
+ |
|
|
8374 |
+ |
[[patch.unused]]
|
|
8375 |
+ |
name = "quasi-store"
|
|
8376 |
+ |
version = "0.1.0"
|
|
8377 |
+ |
|
| 8378 |
8378 |
|
[[patch.unused]]
|
| 8379 |
8379 |
|
name = "ops-status"
|
| 8380 |
8380 |
|
version = "0.1.0"
|
| 18 |
18 |
|
# Materialises all three generated files: themes/, geometry.css, layout.css,
|
| 19 |
19 |
|
# and holds both drift checks this build.rs used to carry itself: touch density
|
| 20 |
20 |
|
# as of 0.17, breakpoints as of 0.18.
|
| 21 |
|
- |
makeover-build = "0.27.0"
|
|
21 |
+ |
makeover-build = "0.28.0"
|
| 22 |
22 |
|
# The table CSS is generated here too: the columns are this app's, so the
|
| 23 |
23 |
|
# shared helper cannot know them, but the tracks and the narrowing rules come
|
| 24 |
24 |
|
# from the description rather than from hand-written nth-child cuts.
|