Follow the makeover 0.44 and quasi 0.99 wave
makeover-layout grew `Syntax` and `Change` (quasicoherent 19d7602d), and
makeover-layout carries `links`, so every pin in the graph moves together or
two copies of the vocabulary is a resolver error rather than a warning. Nothing
here reads the new members yet.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
2 files changed,
+9 insertions,
-9 deletions
| 3186 |
3186 |
|
|
| 3187 |
3187 |
|
[[package]]
|
| 3188 |
3188 |
|
name = "makeover-build"
|
| 3189 |
|
- |
version = "0.64.0"
|
|
3189 |
+ |
version = "0.65.0"
|
| 3190 |
3190 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3191 |
|
- |
checksum = "b5552d2c19bc5666831b8adb7c9cd6ff917ff3c845434c5c26e86c62d9aab05e"
|
|
3191 |
+ |
checksum = "a4118bf04192ff4fcfd4c8fa4ac7d956a1f9bb37fc204a56c9e9be4668c88491"
|
| 3192 |
3192 |
|
dependencies = [
|
| 3193 |
3193 |
|
"makeover",
|
| 3194 |
3194 |
|
"makeover-geometry",
|
| 3204 |
3204 |
|
|
| 3205 |
3205 |
|
[[package]]
|
| 3206 |
3206 |
|
name = "makeover-layout"
|
| 3207 |
|
- |
version = "0.42.0"
|
|
3207 |
+ |
version = "0.43.0"
|
| 3208 |
3208 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3209 |
|
- |
checksum = "662f6e429e96748bd0d6690963df98af2224adfa26e9b30789eb72b1cb044a09"
|
|
3209 |
+ |
checksum = "c0a9124f65373683ae4320b00bf4a6198b2554ef3ad3af2806b413ac164545fa"
|
| 3210 |
3210 |
|
|
| 3211 |
3211 |
|
[[package]]
|
| 3212 |
3212 |
|
name = "makeover-timing"
|
| 3219 |
3219 |
|
|
| 3220 |
3220 |
|
[[package]]
|
| 3221 |
3221 |
|
name = "makeover-touch"
|
| 3222 |
|
- |
version = "0.32.0"
|
|
3222 |
+ |
version = "0.33.0"
|
| 3223 |
3223 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3224 |
|
- |
checksum = "25e980b3bc6d9a129a2176f16088b02d913161ce22882650e569f0437e30d0b0"
|
|
3224 |
+ |
checksum = "6281006f62d84f15c8c88662056e32f2027717bdd61f29d36f7917b9a694d64a"
|
| 3225 |
3225 |
|
dependencies = [
|
| 3226 |
3226 |
|
"makeover-geometry",
|
| 3227 |
3227 |
|
"makeover-layout",
|
| 3229 |
3229 |
|
|
| 3230 |
3230 |
|
[[package]]
|
| 3231 |
3231 |
|
name = "makeover-webview"
|
| 3232 |
|
- |
version = "0.71.0"
|
|
3232 |
+ |
version = "0.72.0"
|
| 3233 |
3233 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3234 |
|
- |
checksum = "e08a4bfe847884ac222f2fb24ed41363c18126dbb5461f62ddf275e8b3160f0c"
|
|
3234 |
+ |
checksum = "ae1993234ce8b39b26b326b40cf92f455dfe0656b79d96cbe012c09c982df96d"
|
| 3235 |
3235 |
|
dependencies = [
|
| 3236 |
3236 |
|
"makeover-geometry",
|
| 3237 |
3237 |
|
"makeover-layout",
|
| 18 |
18 |
|
# Materialises the generated files: themes/, geometry.css, layout.css,
|
| 19 |
19 |
|
# typography.css. makeover and makeover-geometry reach the build script through
|
| 20 |
20 |
|
# here rather than as pins of their own.
|
| 21 |
|
- |
makeover-build = "0.65"
|
|
21 |
+ |
makeover-build = "0.66"
|
| 22 |
22 |
|
# Cuts the two house faces into frontend/fonts/. A git dependency because
|
| 23 |
23 |
|
# quasi-type is `publish = false`, which is also why makeover-build cannot do
|
| 24 |
24 |
|
# this and only emits the CSS that fetches the result. The rev is the one
|