max / goingson
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+3 insertions,
-3 deletions
| @@ -18,11 +18,11 @@ | |||
| 18 | 18 | # Materialises all three generated files: themes/, geometry.css, layout.css, | |
| 19 | 19 | # and holds both drift checks this build.rs used to carry itself: touch density | |
| 20 | 20 | # as of 0.17, breakpoints as of 0.18. | |
| 21 | - | makeover-build = "0.29.0" | |
| 21 | + | makeover-build = "0.30.0" | |
| 22 | 22 | # The table CSS is generated here too: the columns are this app's, so the | |
| 23 | 23 | # shared helper cannot know them, but the tracks and the narrowing rules come | |
| 24 | 24 | # from the description rather than from hand-written nth-child cuts. | |
| 25 | - | makeover-webview = "0.36.0" | |
| 25 | + | makeover-webview = "0.37.0" | |
| 26 | 26 | makeover-layout = "0.21.0" | |
| 27 | 27 | # Width. Direct rather than through makeover-webview, because the narrow table | |
| 28 | 28 | # pass keys off SizeClass::Compact and a boundary reached transitively is a | |
| @@ -112,7 +112,7 @@ | |||
| 112 | 112 | # The forms emitter and the description it renders. Runtime deps, not build: | |
| 113 | 113 | # form markup depends on the value, the error and the options at the moment a | |
| 114 | 114 | # modal opens, so it cannot be materialised the way the stylesheet is. | |
| 115 | - | makeover-webview = "0.36.0" | |
| 115 | + | makeover-webview = "0.37.0" | |
| 116 | 116 | makeover-layout = "0.21.0" | |
| 117 | 117 | # Browser opening | |
| 118 | 118 | open = { workspace = true } |