Take the makeover suite the rest of the tree reads
makeover-build 0.18 was two minor releases behind and pulled its own copies of
the vocabulary with it: makeover-webview 0.23.0 and makeover-layout 0.12.0,
against the 0.27.0 and 0.15.0 the other consumers resolve. Nothing was broken,
because BB holds one copy of each; it was reading an older vocabulary than the
crates it shares a design system with.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
2 files changed,
+9 insertions,
-9 deletions
| 3141 |
3141 |
|
|
| 3142 |
3142 |
|
[[package]]
|
| 3143 |
3143 |
|
name = "makeover-build"
|
| 3144 |
|
- |
version = "0.18.0"
|
|
3144 |
+ |
version = "0.20.3"
|
| 3145 |
3145 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3146 |
|
- |
checksum = "31befafd278832b811b0b7ffa30d4caaae4397178268010f796a05d0c0934554"
|
|
3146 |
+ |
checksum = "03de69cdc2ffab895db55e9c8a1d757abedeaeca697c335e9cd4930a128a7b3e"
|
| 3147 |
3147 |
|
dependencies = [
|
| 3148 |
3148 |
|
"makeover",
|
| 3149 |
3149 |
|
"makeover-geometry",
|
| 3158 |
3158 |
|
|
| 3159 |
3159 |
|
[[package]]
|
| 3160 |
3160 |
|
name = "makeover-layout"
|
| 3161 |
|
- |
version = "0.12.0"
|
|
3161 |
+ |
version = "0.15.0"
|
| 3162 |
3162 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3163 |
|
- |
checksum = "58edd16523115ed4c9ca6de016693300ac95cf1bb0bd8ccf7fd246213102a7ff"
|
|
3163 |
+ |
checksum = "9f18920c6ac0fe10a8f7b45c2224d0ad39e4863151b3fbe0fe042c938b9b0a9d"
|
| 3164 |
3164 |
|
|
| 3165 |
3165 |
|
[[package]]
|
| 3166 |
3166 |
|
name = "makeover-touch"
|
| 3167 |
|
- |
version = "0.8.1"
|
|
3167 |
+ |
version = "0.8.3"
|
| 3168 |
3168 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3169 |
|
- |
checksum = "d9427a7a6890849f5c815a0e77a63faa4791d7a37e7efaff4802bcafa3b8235a"
|
|
3169 |
+ |
checksum = "eb5ea885f63ad2509b4b028a7cff0e027d4201c40e990346ecae01228edcc962"
|
| 3170 |
3170 |
|
dependencies = [
|
| 3171 |
3171 |
|
"makeover-geometry",
|
| 3172 |
3172 |
|
"makeover-layout",
|
| 3174 |
3174 |
|
|
| 3175 |
3175 |
|
[[package]]
|
| 3176 |
3176 |
|
name = "makeover-webview"
|
| 3177 |
|
- |
version = "0.23.0"
|
|
3177 |
+ |
version = "0.27.0"
|
| 3178 |
3178 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 3179 |
|
- |
checksum = "0303225f8e8be6ef237ed268652e7fbfd501bd17843323680a18a9df30b38fe3"
|
|
3179 |
+ |
checksum = "4fc9a4c9e84745dcbd4a009ac4fd4d12af611e6ddeb8258d7b517423b5143aff"
|
| 3180 |
3180 |
|
dependencies = [
|
| 3181 |
3181 |
|
"makeover-geometry",
|
| 3182 |
3182 |
|
"makeover-layout",
|
| 18 |
18 |
|
# Materialises all three generated files: themes/, geometry.css, layout.css.
|
| 19 |
19 |
|
# The build script needs nothing else; makeover and makeover-geometry reach it
|
| 20 |
20 |
|
# through here.
|
| 21 |
|
- |
makeover-build = "0.18"
|
|
21 |
+ |
makeover-build = "0.20.3"
|
| 22 |
22 |
|
|
| 23 |
23 |
|
[dependencies]
|
| 24 |
24 |
|
bb-interface.workspace = true
|