Skip to main content

max / makenotwork

Take makeover-layout 0.27.0 and quasi 0.11 Region::Group, the container a section heading names. Pins only; no screen has adopted it yet.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-15 19:46 UTC
Signed with PGP, not checked
Commit: 23fc997f87dd9cc34a4adf6f2e3503ecef4919de
Parent: 597c797
2 files changed, +31 insertions, -31 deletions
M server/Cargo.lock +28 -28
@@ -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]]
@@ -5317,9 +5317,7 @@
5317 5317
5318 5318 [[package]]
5319 5319 name = "makeover-build"
5320 - version = "0.37.0"
5321 - source = "registry+https://github.com/rust-lang/crates.io-index"
5322 - checksum = "966312f75707b4079769e694ef833c1b85ee382175e8c249cb77cce2947d0864"
5320 + version = "0.38.0"
5323 5321 dependencies = [
5324 5322 "makeover",
5325 5323 "makeover-geometry",
@@ -5334,15 +5332,11 @@
5334 5332
5335 5333 [[package]]
5336 5334 name = "makeover-layout"
5337 - version = "0.26.1"
5338 - source = "registry+https://github.com/rust-lang/crates.io-index"
5339 - checksum = "58967567e03caca4b9b991734184d7952ac54e2075882cff42312f04f5214bab"
5335 + version = "0.27.0"
5340 5336
5341 5337 [[package]]
5342 5338 name = "makeover-touch"
5343 - version = "0.18.0"
5344 - source = "registry+https://github.com/rust-lang/crates.io-index"
5345 - checksum = "bf59a17d309e376a9c501235f3b6f6f8f3f94922ef46b4e9a780fc41149fe0be"
5339 + version = "0.19.0"
5346 5340 dependencies = [
5347 5341 "makeover-geometry",
5348 5342 "makeover-layout",
@@ -5350,9 +5344,7 @@
5350 5344
5351 5345 [[package]]
5352 5346 name = "makeover-webview"
5353 - version = "0.44.0"
5354 - source = "registry+https://github.com/rust-lang/crates.io-index"
5355 - checksum = "d6aa378fc8c66a495fccb751dbf1e6d4e56e07e16f0384e06606ebaa4ff5263d"
5347 + version = "0.45.0"
5356 5348 dependencies = [
5357 5349 "makeover-geometry",
5358 5350 "makeover-layout",
@@ -5639,7 +5631,7 @@
5639 5631 source = "registry+https://github.com/rust-lang/crates.io-index"
5640 5632 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
5641 5633 dependencies = [
5642 - "windows-sys 0.59.0",
5634 + "windows-sys 0.61.2",
5643 5635 ]
5644 5636
5645 5637 [[package]]
@@ -6578,7 +6570,7 @@
6578 6570
6579 6571 [[package]]
6580 6572 name = "quasi-router"
6581 - version = "0.10.0"
6573 + version = "0.11.0"
6582 6574 dependencies = [
6583 6575 "makeover-layout",
6584 6576 ]
@@ -7226,7 +7218,7 @@
7226 7218 "errno",
7227 7219 "libc",
7228 7220 "linux-raw-sys 0.12.1",
7229 - "windows-sys 0.52.0",
7221 + "windows-sys 0.61.2",
7230 7222 ]
7231 7223
7232 7224 [[package]]
@@ -7306,7 +7298,7 @@
7306 7298 "security-framework 3.7.0",
7307 7299 "security-framework-sys",
7308 7300 "webpki-root-certs",
7309 - "windows-sys 0.52.0",
7301 + "windows-sys 0.61.2",
7310 7302 ]
7311 7303
7312 7304 [[package]]
@@ -7937,7 +7929,7 @@
7937 7929 checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
7938 7930 dependencies = [
7939 7931 "libc",
7940 - "windows-sys 0.60.2",
7932 + "windows-sys 0.61.2",
7941 7933 ]
7942 7934
7943 7935 [[package]]
@@ -8422,7 +8414,7 @@
8422 8414 "getrandom 0.4.3",
8423 8415 "once_cell",
8424 8416 "rustix 1.1.4",
8425 - "windows-sys 0.52.0",
8417 + "windows-sys 0.61.2",
8426 8418 ]
8427 8419
8428 8420 [[package]]
@@ -9861,7 +9853,7 @@
9861 9853 source = "registry+https://github.com/rust-lang/crates.io-index"
9862 9854 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
9863 9855 dependencies = [
9864 - "windows-sys 0.48.0",
9856 + "windows-sys 0.61.2",
9865 9857 ]
9866 9858
9867 9859 [[package]]
@@ -10696,6 +10688,14 @@
10696 10688 "pkg-config",
10697 10689 ]
10698 10690
10691 + [[patch.unused]]
10692 + name = "synckit-client"
10693 + version = "0.8.0"
10694 +
10695 + [[patch.unused]]
10696 + name = "synckit-config"
10697 + version = "0.2.0"
10698 +
10699 10699 [[patch.unused]]
10700 10700 name = "quasi-immediate"
10701 10701 version = "0.10.0"
@@ -10721,9 +10721,9 @@
10721 10721 version = "0.1.0"
10722 10722
10723 10723 [[patch.unused]]
10724 - name = "synckit-client"
10725 - version = "0.8.0"
10724 + name = "makeover-immediate"
10725 + version = "0.25.0"
10726 10726
10727 10727 [[patch.unused]]
10728 - name = "synckit-config"
10729 - version = "0.2.0"
10728 + name = "makeover-tui"
10729 + version = "0.25.0"
@@ -158,12 +158,12 @@
158 158 # through quasi beside its Askama equivalent, so the cost of describing a screen
159 159 # here is measured rather than argued. Not load-bearing for any shipped route.
160 160 # See wiki look-wave-2, tier G.
161 - quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.10" }
161 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.11" }
162 162 # The description vocabulary quasi's screen types are built from. Pinned here
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.26.1"
166 + makeover-layout = "0.27.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"
@@ -245,7 +245,7 @@
245 245 # Emits static/geometry.css (makeover-geometry) and static/layout.css
246 246 # (makeover-webview). The same generator GO and BB run; only the output paths
247 247 # differ, since the server serves its stylesheets rather than bundling them.
248 - makeover-build = "0.37.0"
248 + makeover-build = "0.38.0"
249 249 # Read directly for the embeds' own copy of the spacing layer, which they need
250 250 # because an iframe cannot link a stylesheet. makeover-build does not re-export
251 251 # it, so the pin lives here and has to track the one makeover-build resolves.