Skip to main content

max / makenotwork

Take the makeover 0.21 cascade's republished siblings makeover-touch 0.13.0, makeover-immediate 0.19.0, quasi 0.3.0 where each applies. Version-only; the code was already written against them.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 16:36 UTC
Signed with PGP, not checked
Commit: 07b94bb77761ca38ea38f922062b2d7cd117b7da
Parent: 9cbe653
2 files changed, +37 insertions, -37 deletions
M server/Cargo.lock +34 -34
@@ -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.61.2",
181 + "windows-sys 0.60.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.61.2",
192 + "windows-sys 0.60.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.61.2",
2834 + "windows-sys 0.52.0",
2835 2835 ]
2836 2836
2837 2837 [[package]]
@@ -3598,7 +3598,7 @@
3598 3598 checksum = "1a791e6620676a875f362f3156ed213e73ca099a09bf992c18812abe65cc37b1"
3599 3599 dependencies = [
3600 3600 "bstr",
3601 - "hashbrown 0.17.1",
3601 + "hashbrown 0.15.5",
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.61.2",
4752 + "windows-sys 0.59.0",
4753 4753 ]
4754 4754
4755 4755 [[package]]
@@ -5335,7 +5335,7 @@
5335 5335
5336 5336 [[package]]
5337 5337 name = "makeover-touch"
5338 - version = "0.12.0"
5338 + version = "0.13.0"
5339 5339 dependencies = [
5340 5340 "makeover-geometry",
5341 5341 "makeover-layout",
@@ -5630,7 +5630,7 @@
5630 5630 source = "registry+https://github.com/rust-lang/crates.io-index"
5631 5631 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
5632 5632 dependencies = [
5633 - "windows-sys 0.61.2",
5633 + "windows-sys 0.59.0",
5634 5634 ]
5635 5635
5636 5636 [[package]]
@@ -6541,7 +6541,7 @@
6541 6541
6542 6542 [[package]]
6543 6543 name = "quasi-axum"
6544 - version = "0.2.0"
6544 + version = "0.3.0"
6545 6545 dependencies = [
6546 6546 "axum",
6547 6547 "http 1.4.2",
@@ -6552,7 +6552,7 @@
6552 6552
6553 6553 [[package]]
6554 6554 name = "quasi-http"
6555 - version = "0.2.0"
6555 + version = "0.3.0"
6556 6556 dependencies = [
6557 6557 "form_urlencoded",
6558 6558 "http 1.4.2",
@@ -6561,14 +6561,14 @@
6561 6561
6562 6562 [[package]]
6563 6563 name = "quasi-router"
6564 - version = "0.2.0"
6564 + version = "0.3.0"
6565 6565 dependencies = [
6566 6566 "makeover-layout",
6567 6567 ]
6568 6568
6569 6569 [[package]]
6570 6570 name = "quasi-webview"
6571 - version = "0.2.0"
6571 + version = "0.3.0"
6572 6572 dependencies = [
6573 6573 "docengine",
6574 6574 "makeover-layout",
@@ -7209,7 +7209,7 @@
7209 7209 "errno",
7210 7210 "libc",
7211 7211 "linux-raw-sys 0.12.1",
7212 - "windows-sys 0.61.2",
7212 + "windows-sys 0.52.0",
7213 7213 ]
7214 7214
7215 7215 [[package]]
@@ -7289,7 +7289,7 @@
7289 7289 "security-framework 3.7.0",
7290 7290 "security-framework-sys",
7291 7291 "webpki-root-certs",
7292 - "windows-sys 0.61.2",
7292 + "windows-sys 0.52.0",
7293 7293 ]
7294 7294
7295 7295 [[package]]
@@ -7920,7 +7920,7 @@
7920 7920 checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
7921 7921 dependencies = [
7922 7922 "libc",
7923 - "windows-sys 0.61.2",
7923 + "windows-sys 0.60.2",
7924 7924 ]
7925 7925
7926 7926 [[package]]
@@ -8405,7 +8405,7 @@
8405 8405 "getrandom 0.4.3",
8406 8406 "once_cell",
8407 8407 "rustix 1.1.4",
8408 - "windows-sys 0.61.2",
8408 + "windows-sys 0.52.0",
8409 8409 ]
8410 8410
8411 8411 [[package]]
@@ -9844,7 +9844,7 @@
9844 9844 source = "registry+https://github.com/rust-lang/crates.io-index"
9845 9845 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
9846 9846 dependencies = [
9847 - "windows-sys 0.61.2",
9847 + "windows-sys 0.48.0",
9848 9848 ]
9849 9849
9850 9850 [[package]]
@@ -10679,25 +10679,9 @@
10679 10679 "pkg-config",
10680 10680 ]
10681 10681
10682 - [[patch.unused]]
10683 - name = "makeover-immediate"
10684 - version = "0.18.0"
10685 -
10686 - [[patch.unused]]
10687 - name = "makeover-tui"
10688 - version = "0.19.0"
10689 -
10690 - [[patch.unused]]
10691 - name = "synckit-client"
10692 - version = "0.8.0"
10693 -
10694 - [[patch.unused]]
10695 - name = "synckit-config"
10696 - version = "0.2.0"
10697 -
10698 10682 [[patch.unused]]
10699 10683 name = "quasi-immediate"
10700 - version = "0.2.0"
10684 + version = "0.3.0"
10701 10685
10702 10686 [[patch.unused]]
10703 10687 name = "quasi-store"
@@ -10705,7 +10689,7 @@
10705 10689
10706 10690 [[patch.unused]]
10707 10691 name = "quasi-tauri"
10708 - version = "0.2.0"
10692 + version = "0.3.0"
10709 10693
10710 10694 [[patch.unused]]
10711 10695 name = "kberg"
@@ -10718,3 +10702,19 @@
10718 10702 [[patch.unused]]
10719 10703 name = "painhours"
10720 10704 version = "0.1.0"
10705 +
10706 + [[patch.unused]]
10707 + name = "makeover-immediate"
10708 + version = "0.19.0"
10709 +
10710 + [[patch.unused]]
10711 + name = "makeover-tui"
10712 + version = "0.19.0"
10713 +
10714 + [[patch.unused]]
10715 + name = "synckit-client"
10716 + version = "0.8.0"
10717 +
10718 + [[patch.unused]]
10719 + name = "synckit-config"
10720 + version = "0.2.0"
@@ -158,7 +158,7 @@
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.2" }
161 + quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.3" }
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
@@ -167,8 +167,8 @@
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"
170 - quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.2" }
171 - quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.2" }
170 + quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.3" }
171 + quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.3" }
172 172
173 173 # Git source browser
174 174 gix = { version = "0.86", default-features = false, features = ["blame", "mailmap", "revision", "sha1", "max-performance-safe"] }