Skip to main content

max / balanced_breakfast

Point bb-core at docengine's new home docengine left MNW/shared for Libraries/docengine on 2026-07-30 and this path dep kept pointing at the old location, so bb-core did not build from a clean checkout.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-30 21:14 UTC
Signed with PGP, not checked
Commit: bbd4eeeb924b0c61b134b8bd2e660ae874034cc7
Parent: a0e1123
2 files changed, +5 insertions, -5 deletions
M Cargo.lock +4 -4
@@ -3131,15 +3131,15 @@
3131 3131
3132 3132 [[package]]
3133 3133 name = "makeover-layout"
3134 - version = "0.4.0"
3134 + version = "0.6.0"
3135 3135 source = "registry+https://github.com/rust-lang/crates.io-index"
3136 - checksum = "bab23683bb15b9855a8fd7f22d71d72500b99c310cb3ffdbad0ff73833a2e320"
3136 + checksum = "ad745601b5220b2244d73a5da3f3854aefe4cdc955dd45c6d3aa5781ad645f5a"
3137 3137
3138 3138 [[package]]
3139 3139 name = "makeover-webview"
3140 - version = "0.6.0"
3140 + version = "0.9.0"
3141 3141 source = "registry+https://github.com/rust-lang/crates.io-index"
3142 - checksum = "3a841b24df100d07c54c78634e8ac75b040508bd0e9bbe9065cc19664e200775"
3142 + checksum = "d4ae8b0857cfa95b5d698e22d5df17eb19bae978839d568ae5de02344892962b"
3143 3143 dependencies = [
3144 3144 "makeover-layout",
3145 3145 ]
@@ -49,7 +49,7 @@
49 49 regex = "1"
50 50
51 51 # HTML sanitization for untrusted feed content
52 - docengine = { path = "../../../../MNW/shared/docengine" }
52 + docengine = { path = "../../../../Libraries/docengine" }
53 53
54 54 # Concurrent fetching
55 55 futures = { workspace = true }