max / makeover-build
1 file changed,
+3 insertions,
-3 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | [package] | |
| 2 | 2 | name = "makeover-build" | |
| 3 | - | version = "0.15.0" | |
| 3 | + | version = "0.16.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" | |
| @@ -15,12 +15,12 @@ | |||
| 15 | 15 | # naming a token nothing defines, and a custom property whose value fails to | |
| 16 | 16 | # substitute takes the whole declaration with it rather than degrading. | |
| 17 | 17 | makeover = "2.5" | |
| 18 | - | # 0.22.0 and not 0.22: the same exact-patch discipline 0.13.1 was released for. | |
| 18 | + | # 0.23.0 and not 0.23: the same exact-patch discipline 0.13.1 was released for. | |
| 19 | 19 | # An earlier patch in a minor can pin an older makeover-touch, which drags a | |
| 20 | 20 | # second makeover-geometry into the graph alongside the one below and fails to | |
| 21 | 21 | # compile on `Density` being nominally distinct. The exact patch is what keeps | |
| 22 | 22 | # the geometry axis single. | |
| 23 | - | makeover-webview = "0.22.1" | |
| 23 | + | makeover-webview = "0.23.0" | |
| 24 | 24 | makeover-geometry = "0.7" | |
| 25 | 25 | ||
| 26 | 26 | [lints.rust] |