Skip to main content

max / makenotwork

Take makeover-layout 0.20.0 The widget tier: Region::Widget, a named assembly of primitives. Additive here, but the pin moves because a pre-1.0 minor is breaking and a stale pin builds on fw13 while failing everywhere else.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 15:16 UTC
Signed with PGP, not checked
Commit: 2a7fd5efa34fc2853ab665a6b115b48adcec88be
Parent: d37d6d1
2 files changed, +41 insertions, -39 deletions
M server/Cargo.lock +40 -38
@@ -178,7 +178,7 @@
178 178 source = "registry+https://github.com/rust-lang/crates.io-index"
179 179 checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
180 180 dependencies = [
181 - "windows-sys 0.60.2",
181 + "windows-sys 0.61.2",
182 182 ]
183 183
184 184 [[package]]
@@ -189,7 +189,7 @@
189 189 dependencies = [
190 190 "anstyle",
191 191 "once_cell_polyfill",
192 - "windows-sys 0.60.2",
192 + "windows-sys 0.61.2",
193 193 ]
194 194
195 195 [[package]]
@@ -2831,7 +2831,7 @@
2831 2831 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2832 2832 dependencies = [
2833 2833 "libc",
2834 - "windows-sys 0.52.0",
2834 + "windows-sys 0.61.2",
2835 2835 ]
2836 2836
2837 2837 [[package]]
@@ -3598,7 +3598,7 @@
3598 3598 checksum = "1a791e6620676a875f362f3156ed213e73ca099a09bf992c18812abe65cc37b1"
3599 3599 dependencies = [
3600 3600 "bstr",
3601 - "hashbrown 0.15.5",
3601 + "hashbrown 0.17.1",
3602 3602 ]
3603 3603
3604 3604 [[package]]
@@ -4749,7 +4749,7 @@
4749 4749 source = "registry+https://github.com/rust-lang/crates.io-index"
4750 4750 checksum = "82cb6a9f675da968c63b6208c641b9dca58fc0133ae53375736b1767b0cab8bd"
4751 4751 dependencies = [
4752 - "windows-sys 0.59.0",
4752 + "windows-sys 0.61.2",
4753 4753 ]
4754 4754
4755 4755 [[package]]
@@ -5333,15 +5333,11 @@
5333 5333
5334 5334 [[package]]
5335 5335 name = "makeover-layout"
5336 - version = "0.19.0"
5337 - source = "registry+https://github.com/rust-lang/crates.io-index"
5338 - checksum = "2c5e6bd13bcf40df8f4eae9736591a1ecef32aedc7205eb497e0633a8a9d2b35"
5336 + version = "0.20.0"
5339 5337
5340 5338 [[package]]
5341 5339 name = "makeover-touch"
5342 5340 version = "0.12.0"
5343 - source = "registry+https://github.com/rust-lang/crates.io-index"
5344 - checksum = "6a9314d98c2a457b901cb93274b3b39686a67a198499eeee407b978dae7aa054"
5345 5341 dependencies = [
5346 5342 "makeover-geometry",
5347 5343 "makeover-layout",
@@ -5350,8 +5346,6 @@
5350 5346 [[package]]
5351 5347 name = "makeover-webview"
5352 5348 version = "0.35.1"
5353 - source = "registry+https://github.com/rust-lang/crates.io-index"
5354 - checksum = "587b41c78ea53600fe756b277fb01b65ba373bf4198c52cc333c9273112a533e"
5355 5349 dependencies = [
5356 5350 "makeover-geometry",
5357 5351 "makeover-layout",
@@ -5638,7 +5632,7 @@
5638 5632 source = "registry+https://github.com/rust-lang/crates.io-index"
5639 5633 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
5640 5634 dependencies = [
5641 - "windows-sys 0.59.0",
5635 + "windows-sys 0.61.2",
5642 5636 ]
5643 5637
5644 5638 [[package]]
@@ -7217,7 +7211,7 @@
7217 7211 "errno",
7218 7212 "libc",
7219 7213 "linux-raw-sys 0.12.1",
7220 - "windows-sys 0.52.0",
7214 + "windows-sys 0.61.2",
7221 7215 ]
7222 7216
7223 7217 [[package]]
@@ -7297,7 +7291,7 @@
7297 7291 "security-framework 3.7.0",
7298 7292 "security-framework-sys",
7299 7293 "webpki-root-certs",
7300 - "windows-sys 0.52.0",
7294 + "windows-sys 0.61.2",
7301 7295 ]
7302 7296
7303 7297 [[package]]
@@ -7928,7 +7922,7 @@
7928 7922 checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
7929 7923 dependencies = [
7930 7924 "libc",
7931 - "windows-sys 0.60.2",
7925 + "windows-sys 0.61.2",
7932 7926 ]
7933 7927
7934 7928 [[package]]
@@ -8413,7 +8407,7 @@
8413 8407 "getrandom 0.4.3",
8414 8408 "once_cell",
8415 8409 "rustix 1.1.4",
8416 - "windows-sys 0.52.0",
8410 + "windows-sys 0.61.2",
8417 8411 ]
8418 8412
8419 8413 [[package]]
@@ -9852,7 +9846,7 @@
9852 9846 source = "registry+https://github.com/rust-lang/crates.io-index"
9853 9847 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
9854 9848 dependencies = [
9855 - "windows-sys 0.48.0",
9849 + "windows-sys 0.61.2",
9856 9850 ]
9857 9851
9858 9852 [[package]]
@@ -10687,26 +10681,6 @@
10687 10681 "pkg-config",
10688 10682 ]
10689 10683
10690 - [[patch.unused]]
10691 - name = "quasi-immediate"
10692 - version = "0.2.0"
10693 -
10694 - [[patch.unused]]
10695 - name = "quasi-store"
10696 - version = "0.1.0"
10697 -
10698 - [[patch.unused]]
10699 - name = "quasi-tauri"
10700 - version = "0.2.0"
10701 -
10702 - [[patch.unused]]
10703 - name = "synckit-client"
10704 - version = "0.8.0"
10705 -
10706 - [[patch.unused]]
10707 - name = "synckit-config"
10708 - version = "0.2.0"
10709 -
10710 10684 [[patch.unused]]
10711 10685 name = "kberg"
10712 10686 version = "0.1.0"
@@ -10718,3 +10692,31 @@
10718 10692 [[patch.unused]]
10719 10693 name = "painhours"
10720 10694 version = "0.1.0"
10695 +
10696 + [[patch.unused]]
10697 + name = "makeover-immediate"
10698 + version = "0.18.0"
10699 +
10700 + [[patch.unused]]
10701 + name = "makeover-tui"
10702 + version = "0.19.0"
10703 +
10704 + [[patch.unused]]
10705 + name = "synckit-client"
10706 + version = "0.8.0"
10707 +
10708 + [[patch.unused]]
10709 + name = "synckit-config"
10710 + version = "0.2.0"
10711 +
10712 + [[patch.unused]]
10713 + name = "quasi-immediate"
10714 + version = "0.2.0"
10715 +
10716 + [[patch.unused]]
10717 + name = "quasi-store"
10718 + version = "0.1.0"
10719 +
10720 + [[patch.unused]]
10721 + name = "quasi-tauri"
10722 + version = "0.2.0"
@@ -163,7 +163,7 @@
163 163 # rather than reached through quasi-router's re-export because a described
164 164 # screen names FieldKind and Tone directly; it has to track what quasi-router
165 165 # resolves or the two `layout::` paths are different crates.
166 - makeover-layout = "0.19.0"
166 + makeover-layout = "0.20.0"
167 167 # For the request head the per-viewer state factory reads. axum re-exports it,
168 168 # but the factory's signature is quasi-axum's and names `http::request::Parts`.
169 169 http = "1.3.1"