max / makeover-build
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01P8ostB2UmZJGj5WjSHRSot
1 file changed,
+8 insertions,
-6 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | [package] | |
| 2 | 2 | name = "makeover-build" | |
| 3 | - | version = "0.68.0" | |
| 3 | + | version = "0.69.0" | |
| 4 | 4 | edition = "2024" | |
| 5 | 5 | description = "Build-script support for the make-family design system: materialise makeover's themes and makeover-webview's stylesheet into a Tauri app's frontend, once, instead of copying the same twenty lines into every consumer's build.rs." | |
| 6 | 6 | license = "MIT" | |
| @@ -48,11 +48,13 @@ | |||
| 48 | 48 | # re-asserted only the axes its depth declares, so a flat control kept the | |
| 49 | 49 | # hover surface after it stopped answering, and anything without a bevel kept | |
| 50 | 50 | # the pressed rule's inset one. | |
| 51 | - | # 0.75.1, not 0.75.0: 0.75.0 says `makeover-layout = "0.44"` and is written | |
| 52 | - | # against 0.44.2's chart types and `Choice::chosen`, so it resolves against an | |
| 53 | - | # older lock and does not compile. This crate does not call any of that and | |
| 54 | - | # still cannot take the version that cannot build. | |
| 55 | - | makeover-webview = "0.75.1" | |
| 51 | + | # This crate calls none of makeover-webview's API and still tracks its version, | |
| 52 | + | # because that crate carries `links`: an app taking this and quasi-webview with | |
| 53 | + | # different versions of it between them is a resolver error rather than a | |
| 54 | + | # warning, and both apps take both. | |
| 55 | + | # | |
| 56 | + | # 0.76, not 0.75.1, for that reason alone. | |
| 57 | + | makeover-webview = "0.76" | |
| 56 | 58 | makeover-geometry = "0.7" | |
| 57 | 59 | # 0.1.1, not 0.1.0: the cadence axis and `reduced_motion_css` are what | |
| 58 | 60 | # `timing_css` emits, and 0.1.0 has neither. A consumer resolving 0.1.0 would |