Move to the published makeover-layout 0.5.0 and makeover-webview 0.8.0
Drops the temporary patch.crates-io at the workspace root. The wiring found
four gaps; the two that needed the crates are released, and the other two
have app-side answers.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
3 files changed,
+8 insertions,
-13 deletions
| 3392 |
3392 |
|
|
| 3393 |
3393 |
|
[[package]]
|
| 3394 |
3394 |
|
name = "makeover-layout"
|
| 3395 |
|
- |
version = "0.4.0"
|
|
3395 |
+ |
version = "0.5.0"
|
|
3396 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3397 |
+ |
checksum = "0a733d3943b405611b466caab47159ae11fd0d8f01ab4e50bdeabd0b66b477e8"
|
| 3396 |
3398 |
|
|
| 3397 |
3399 |
|
[[package]]
|
| 3398 |
3400 |
|
name = "makeover-webview"
|
| 3399 |
|
- |
version = "0.7.0"
|
|
3401 |
+ |
version = "0.8.0"
|
|
3402 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3403 |
+ |
checksum = "111306ceb7c46e0f6c7c69885dcb7e49e3ee9ac517c56d235dcc47e98f0f2561"
|
| 3400 |
3404 |
|
dependencies = [
|
| 3401 |
3405 |
|
"makeover-layout",
|
| 3402 |
3406 |
|
]
|
| 154 |
154 |
|
match_same_arms = "allow"
|
| 155 |
155 |
|
unnecessary_wraps = "allow"
|
| 156 |
156 |
|
type_complexity = "allow"
|
| 157 |
|
- |
|
| 158 |
|
- |
# Temporary, for the phase B adoption: the forms emitter and the description
|
| 159 |
|
- |
# are being wired in here and released once, rather than published per gap
|
| 160 |
|
- |
# found. Both are also reached indirectly through makeover-build, which pins
|
| 161 |
|
- |
# them from the registry, so patching is what keeps one copy of each in the
|
| 162 |
|
- |
# tree rather than two.
|
| 163 |
|
- |
[patch.crates-io]
|
| 164 |
|
- |
makeover-layout = { path = "../../Libraries/makeover-layout" }
|
| 165 |
|
- |
makeover-webview = { path = "../../Libraries/makeover-webview" }
|
| 89 |
89 |
|
# The forms emitter and the description it renders. Runtime deps, not build:
|
| 90 |
90 |
|
# form markup depends on the value, the error and the options at the moment a
|
| 91 |
91 |
|
# modal opens, so it cannot be materialised the way the stylesheet is.
|
| 92 |
|
- |
makeover-webview = "0.7.0"
|
| 93 |
|
- |
makeover-layout = "0.4.0"
|
|
92 |
+ |
makeover-webview = "0.8.0"
|
|
93 |
+ |
makeover-layout = "0.5.0"
|
| 94 |
94 |
|
toml = { workspace = true }
|
| 95 |
95 |
|
# Browser opening
|
| 96 |
96 |
|
open = { workspace = true }
|