Skip to main content

max / goingson

Take the makeover 0.41 line Bumps that were sitting uncommitted in the tree: makeover-tui and makeover-layout to 0.41, makeover-build to 0.63, makeover-webview to 0.70. Committed as their own change so the work on top of them is readable.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01KD2dJJETtYs7R5kku6YyLk
Author: Max Johnson <me@maxj.phd> · 2026-08-30 18:01 UTC
Signed with PGP, not checked
Commit: 80dcdb35db661a082d5e8aad57003c689332be6c
Parent: 518cd76
3 files changed, +31 insertions, -37 deletions
M Cargo.lock +25 -31
@@ -1387,7 +1387,7 @@
1387 1387 "libc",
1388 1388 "option-ext",
1389 1389 "redox_users",
1390 - "windows-sys 0.60.2",
1390 + "windows-sys 0.61.2",
1391 1391 ]
1392 1392
1393 1393 [[package]]
@@ -1628,7 +1628,7 @@
1628 1628 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1629 1629 dependencies = [
1630 1630 "libc",
1631 - "windows-sys 0.60.2",
1631 + "windows-sys 0.61.2",
1632 1632 ]
1633 1633
1634 1634 [[package]]
@@ -3444,9 +3444,7 @@
3444 3444
3445 3445 [[package]]
3446 3446 name = "makeover-build"
3447 - version = "0.62.0"
3448 - source = "registry+https://github.com/rust-lang/crates.io-index"
3449 - checksum = "44a6eac851cf98206f65d24021e4231bb75e923f9ab8c0cb0a3ec0bb5d5905be"
3447 + version = "0.63.0"
3450 3448 dependencies = [
3451 3449 "makeover",
3452 3450 "makeover-geometry",
@@ -3462,9 +3460,7 @@
3462 3460
3463 3461 [[package]]
3464 3462 name = "makeover-layout"
3465 - version = "0.40.0"
3466 - source = "registry+https://github.com/rust-lang/crates.io-index"
3467 - checksum = "c2f7ecec1a7e3b5026f731aec88607a5856fc21945cca478d4130d08724deb96"
3463 + version = "0.41.0"
3468 3464
3469 3465 [[package]]
3470 3466 name = "makeover-timing"
@@ -3477,9 +3473,7 @@
3477 3473
3478 3474 [[package]]
3479 3475 name = "makeover-touch"
3480 - version = "0.30.0"
3481 - source = "registry+https://github.com/rust-lang/crates.io-index"
3482 - checksum = "9c2111c223a33cb980a2cdc74ab784c428064bcf820a8e89c3cfb06fd6801f21"
3476 + version = "0.31.0"
3483 3477 dependencies = [
3484 3478 "makeover-geometry",
3485 3479 "makeover-layout",
@@ -3487,9 +3481,7 @@
3487 3481
3488 3482 [[package]]
3489 3483 name = "makeover-tui"
3490 - version = "0.40.0"
3491 - source = "registry+https://github.com/rust-lang/crates.io-index"
3492 - checksum = "4aa7a3663b98a7e52b31a57127fe3e32f641d9c5cae593f5656f449a05903d53"
3484 + version = "0.41.0"
3493 3485 dependencies = [
3494 3486 "makeover",
3495 3487 "makeover-layout",
@@ -3499,9 +3491,7 @@
3499 3491
3500 3492 [[package]]
3501 3493 name = "makeover-webview"
3502 - version = "0.69.0"
3503 - source = "registry+https://github.com/rust-lang/crates.io-index"
3504 - checksum = "78d0f434b4a70830f0c647d1d67bcb19ef9e59e6ded2577bcc45901c0d1e2b37"
3494 + version = "0.70.0"
3505 3495 dependencies = [
3506 3496 "makeover-geometry",
3507 3497 "makeover-layout",
@@ -3650,7 +3640,7 @@
3650 3640 "png 0.18.1",
3651 3641 "serde",
3652 3642 "thiserror 2.0.20",
3653 - "windows-sys 0.60.2",
3643 + "windows-sys 0.61.2",
3654 3644 ]
3655 3645
3656 3646 [[package]]
@@ -3783,7 +3773,7 @@
3783 3773 source = "registry+https://github.com/rust-lang/crates.io-index"
3784 3774 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3785 3775 dependencies = [
3786 - "windows-sys 0.60.2",
3776 + "windows-sys 0.61.2",
3787 3777 ]
3788 3778
3789 3779 [[package]]
@@ -5206,7 +5196,7 @@
5206 5196 "errno",
5207 5197 "libc",
5208 5198 "linux-raw-sys",
5209 - "windows-sys 0.60.2",
5199 + "windows-sys 0.61.2",
5210 5200 ]
5211 5201
5212 5202 [[package]]
@@ -5263,7 +5253,7 @@
5263 5253 "security-framework",
5264 5254 "security-framework-sys",
5265 5255 "webpki-root-certs",
5266 - "windows-sys 0.60.2",
5256 + "windows-sys 0.61.2",
5267 5257 ]
5268 5258
5269 5259 [[package]]
@@ -5803,7 +5793,7 @@
5803 5793 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
5804 5794 dependencies = [
5805 5795 "libc",
5806 - "windows-sys 0.60.2",
5796 + "windows-sys 0.61.2",
5807 5797 ]
5808 5798
5809 5799 [[package]]
@@ -6563,7 +6553,7 @@
6563 6553 "getrandom 0.4.3",
6564 6554 "once_cell",
6565 6555 "rustix",
6566 - "windows-sys 0.60.2",
6556 + "windows-sys 0.61.2",
6567 6557 ]
6568 6558
6569 6559 [[package]]
@@ -6585,7 +6575,7 @@
6585 6575 "parking_lot",
6586 6576 "rustix",
6587 6577 "signal-hook",
6588 - "windows-sys 0.60.2",
6578 + "windows-sys 0.61.2",
6589 6579 ]
6590 6580
6591 6581 [[package]]
@@ -7067,7 +7057,7 @@
7067 7057 "png 0.18.1",
7068 7058 "serde",
7069 7059 "thiserror 2.0.20",
7070 - "windows-sys 0.60.2",
7060 + "windows-sys 0.61.2",
7071 7061 ]
7072 7062
7073 7063 [[package]]
@@ -7102,7 +7092,7 @@
7102 7092 dependencies = [
7103 7093 "memoffset",
7104 7094 "tempfile",
7105 - "windows-sys 0.60.2",
7095 + "windows-sys 0.61.2",
7106 7096 ]
7107 7097
7108 7098 [[package]]
@@ -7632,7 +7622,7 @@
7632 7622 source = "registry+https://github.com/rust-lang/crates.io-index"
7633 7623 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7634 7624 dependencies = [
7635 - "windows-sys 0.60.2",
7625 + "windows-sys 0.61.2",
7636 7626 ]
7637 7627
7638 7628 [[package]]
@@ -8489,10 +8479,6 @@
8489 8479 "winnow 1.0.4",
8490 8480 ]
8491 8481
8492 - [[patch.unused]]
8493 - name = "ops-status"
8494 - version = "0.1.0"
8495 -
8496 8482 [[patch.unused]]
8497 8483 name = "quasi-axum"
8498 8484 version = "0.81.0"
@@ -8508,3 +8494,11 @@
8508 8494 [[patch.unused]]
8509 8495 name = "quasi-store"
8510 8496 version = "0.1.0"
8497 +
8498 + [[patch.unused]]
8499 + name = "ops-status"
8500 + version = "0.1.0"
8501 +
8502 + [[patch.unused]]
8503 + name = "makeover-immediate"
8504 + version = "0.42.0"
M Cargo.toml +1 -1
@@ -104,7 +104,7 @@
104 104 notify = "8.2"
105 105 notify-debouncer-mini = "0.7"
106 106 makeover = "3.1"
107 - makeover-tui = "0.40.0"
107 + makeover-tui = "0.41.0"
108 108 toml = "1.1"
109 109
110 110 # Enums
@@ -18,7 +18,7 @@
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.62.0"
21 + makeover-build = "0.63.0"
22 22 # Cuts the two house faces into frontend/fonts/. A git dependency because
23 23 # quasi-type is `publish = false`, which is also why makeover-build cannot do
24 24 # this and only emits the CSS that fetches the result. The rev is the one
@@ -28,8 +28,8 @@
28 28 # The table CSS is generated here too: the columns are this app's, so the
29 29 # shared helper cannot know them, but the tracks and the narrowing rules come
30 30 # from the description rather than from hand-written nth-child cuts.
31 - makeover-webview = "0.69.0"
32 - makeover-layout = "0.40.0"
31 + makeover-webview = "0.70.0"
32 + makeover-layout = "0.41.0"
33 33 # Width. Direct rather than through makeover-webview, because the narrow table
34 34 # pass keys off SizeClass::Compact and a boundary reached transitively is a
35 35 # boundary nobody pinned.
@@ -139,8 +139,8 @@
139 139 # The forms emitter and the description it renders. Runtime deps, not build:
140 140 # form markup depends on the value, the error and the options at the moment a
141 141 # modal opens, so it cannot be materialised the way the stylesheet is.
142 - makeover-webview = "0.69.0"
143 - makeover-layout = "0.40.0"
142 + makeover-webview = "0.70.0"
143 + makeover-layout = "0.41.0"
144 144 # Browser opening
145 145 open = { workspace = true }
146 146