Skip to main content

max / goingson

Take makeover 2.9.0, so primary and secondary text are two colours goingson's ink is #000000, so the derived content-secondary landed 1.02 from it and the 147 sites reading --content-secondary were painting the same colour as --content. The floor puts it at #191b23.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-18 01:19 UTC
Signed with PGP, not checked
Commit: 934b5f5e72069a00b99731df1f4e348199ae26df
Parent: 108b0da
2 files changed, +22 insertions, -24 deletions
M Cargo.lock +21 -23
@@ -1367,7 +1367,7 @@
1367 1367 "libc",
1368 1368 "option-ext",
1369 1369 "redox_users",
1370 - "windows-sys 0.60.2",
1370 + "windows-sys 0.61.2",
1371 1371 ]
1372 1372
1373 1373 [[package]]
@@ -1608,7 +1608,7 @@
1608 1608 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1609 1609 dependencies = [
1610 1610 "libc",
1611 - "windows-sys 0.60.2",
1611 + "windows-sys 0.61.2",
1612 1612 ]
1613 1613
1614 1614 [[package]]
@@ -3389,9 +3389,7 @@
3389 3389
3390 3390 [[package]]
3391 3391 name = "makeover"
3392 - version = "2.8.0"
3393 - source = "registry+https://github.com/rust-lang/crates.io-index"
3394 - checksum = "39b782e6e693c5134b50949f8c3407bb7d24a77b7f628281b0490c6380d65151"
3392 + version = "2.9.0"
3395 3393 dependencies = [
3396 3394 "include_dir",
3397 3395 "serde",
@@ -3595,7 +3593,7 @@
3595 3593 "png 0.18.1",
3596 3594 "serde",
3597 3595 "thiserror 2.0.20",
3598 - "windows-sys 0.60.2",
3596 + "windows-sys 0.61.2",
3599 3597 ]
3600 3598
3601 3599 [[package]]
@@ -3728,7 +3726,7 @@
3728 3726 source = "registry+https://github.com/rust-lang/crates.io-index"
3729 3727 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3730 3728 dependencies = [
3731 - "windows-sys 0.60.2",
3729 + "windows-sys 0.61.2",
3732 3730 ]
3733 3731
3734 3732 [[package]]
@@ -5107,7 +5105,7 @@
5107 5105 "errno",
5108 5106 "libc",
5109 5107 "linux-raw-sys",
5110 - "windows-sys 0.60.2",
5108 + "windows-sys 0.61.2",
5111 5109 ]
5112 5110
5113 5111 [[package]]
@@ -5164,7 +5162,7 @@
5164 5162 "security-framework",
5165 5163 "security-framework-sys",
5166 5164 "webpki-root-certs",
5167 - "windows-sys 0.60.2",
5165 + "windows-sys 0.61.2",
5168 5166 ]
5169 5167
5170 5168 [[package]]
@@ -5694,7 +5692,7 @@
5694 5692 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
5695 5693 dependencies = [
5696 5694 "libc",
5697 - "windows-sys 0.60.2",
5695 + "windows-sys 0.61.2",
5698 5696 ]
5699 5697
5700 5698 [[package]]
@@ -6469,7 +6467,7 @@
6469 6467 "getrandom 0.4.3",
6470 6468 "once_cell",
6471 6469 "rustix",
6472 - "windows-sys 0.60.2",
6470 + "windows-sys 0.61.2",
6473 6471 ]
6474 6472
6475 6473 [[package]]
@@ -6491,7 +6489,7 @@
6491 6489 "parking_lot",
6492 6490 "rustix",
6493 6491 "signal-hook",
6494 - "windows-sys 0.60.2",
6492 + "windows-sys 0.61.2",
6495 6493 ]
6496 6494
6497 6495 [[package]]
@@ -6973,7 +6971,7 @@
6973 6971 "png 0.18.1",
6974 6972 "serde",
6975 6973 "thiserror 2.0.20",
6976 - "windows-sys 0.60.2",
6974 + "windows-sys 0.61.2",
6977 6975 ]
6978 6976
6979 6977 [[package]]
@@ -7008,7 +7006,7 @@
7008 7006 dependencies = [
7009 7007 "memoffset",
7010 7008 "tempfile",
7011 - "windows-sys 0.60.2",
7009 + "windows-sys 0.61.2",
7012 7010 ]
7013 7011
7014 7012 [[package]]
@@ -7538,7 +7536,7 @@
7538 7536 source = "registry+https://github.com/rust-lang/crates.io-index"
7539 7537 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7540 7538 dependencies = [
7541 - "windows-sys 0.60.2",
7539 + "windows-sys 0.61.2",
7542 7540 ]
7543 7541
7544 7542 [[package]]
@@ -8363,14 +8361,6 @@
8363 8361 "winnow 1.0.4",
8364 8362 ]
8365 8363
8366 - [[patch.unused]]
8367 - name = "quasi-type"
8368 - version = "0.1.0"
8369 -
8370 - [[patch.unused]]
8371 - name = "ops-status"
8372 - version = "0.1.0"
8373 -
8374 8364 [[patch.unused]]
8375 8365 name = "quasi-axum"
8376 8366 version = "0.24.0"
@@ -8386,3 +8376,11 @@
8386 8376 [[patch.unused]]
8387 8377 name = "quasi-store"
8388 8378 version = "0.1.0"
8379 +
8380 + [[patch.unused]]
8381 + name = "quasi-type"
8382 + version = "0.1.0"
8383 +
8384 + [[patch.unused]]
8385 + name = "ops-status"
8386 + version = "0.1.0"
M Cargo.toml +1 -1
@@ -104,7 +104,7 @@
104 104 # Filesystem watching (db change notifications)
105 105 notify = "8.2"
106 106 notify-debouncer-mini = "0.7"
107 - makeover = "2.5"
107 + makeover = "2.9"
108 108 makeover-tui = "0.27.0"
109 109 toml = "1.1"
110 110