Skip to main content

max / audiofiles

Repin makeover-geometry from 0.4.0 to 0.6 Nothing public was removed between the two, and this crate reads the Rust API (Density, Gap, Step, Surface, DEFAULT_BASE_PX) rather than the emitted stylesheet, so the 0.6.0 cascade-layer change does not reach it.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-05 20:46 UTC
Signed with PGP, not checked
Commit: c3c882b5d0e5e67957165dbaeac5dc5ddb7547e6
Parent: fb7db74
2 files changed, +7 insertions, -7 deletions
M Cargo.lock +6 -6
@@ -2984,9 +2984,9 @@
2984 2984
2985 2985 [[package]]
2986 2986 name = "makeover-geometry"
2987 - version = "0.4.0"
2987 + version = "0.6.2"
2988 2988 source = "registry+https://github.com/rust-lang/crates.io-index"
2989 - checksum = "ec63a50eb9934c2cd416912048c9437a61657064c1947e40571f5fd37a22ffe6"
2989 + checksum = "c4e0cbec6b86c225f5d4a793437fee457b9bf8e93786ee3af0212d668ad8f132"
2990 2990
2991 2991 [[package]]
2992 2992 name = "makeover-immediate"
@@ -7297,6 +7297,10 @@
7297 7297 "winnow 1.0.4",
7298 7298 ]
7299 7299
7300 + [[patch.unused]]
7301 + name = "supernote-push"
7302 + version = "0.1.0"
7303 +
7300 7304 [[patch.unused]]
7301 7305 name = "kberg"
7302 7306 version = "0.1.0"
@@ -7308,7 +7312,3 @@
7308 7312 [[patch.unused]]
7309 7313 name = "docengine"
7310 7314 version = "0.4.0"
7311 -
7312 - [[patch.unused]]
7313 - name = "supernote-push"
7314 - version = "0.1.0"
M Cargo.toml +1 -1
@@ -62,7 +62,7 @@
62 62 makeover = "2.4.1"
63 63 # The invariant half of the design system: relational spacing. makeover
64 64 # resolves colour, which a theme may override; this carries what no theme may.
65 - makeover-geometry = "0.4.0"
65 + makeover-geometry = "0.6"
66 66
67 67 [workspace.lints.rust]
68 68 unused = "warn"