Bring the template's makeover pins onto the published cascade
Found by generating outside the tree, which is what that rule is for: the
template's manifests are .tmpl files, so a tree-wide pin sweep over
Cargo.toml misses them. makeover-build 0.25.0 pulled makeover-webview
0.32.0 against quasi-webview's 0.35.0, and makeover-webview carries
links, so it was a resolver error rather than a warning.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
3 files changed,
+3 insertions,
-26 deletions
| 787 |
787 |
|
[[package]]
|
| 788 |
788 |
|
name = "docengine"
|
| 789 |
789 |
|
version = "0.7.0"
|
|
790 |
+ |
source = "git+https://makenot.work/git/max/docengine.git#6858555ec2c2e08e8834c867169c108a6aa3e9d2"
|
| 790 |
791 |
|
dependencies = [
|
| 791 |
792 |
|
"ammonia",
|
| 792 |
793 |
|
"pulldown-cmark",
|
| 5158 |
5159 |
|
version = "1.0.23"
|
| 5159 |
5160 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 5160 |
5161 |
|
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
| 5161 |
|
- |
|
| 5162 |
|
- |
[[patch.unused]]
|
| 5163 |
|
- |
name = "synckit-client"
|
| 5164 |
|
- |
version = "0.8.0"
|
| 5165 |
|
- |
|
| 5166 |
|
- |
[[patch.unused]]
|
| 5167 |
|
- |
name = "synckit-config"
|
| 5168 |
|
- |
version = "0.2.0"
|
| 5169 |
|
- |
|
| 5170 |
|
- |
[[patch.unused]]
|
| 5171 |
|
- |
name = "kberg"
|
| 5172 |
|
- |
version = "0.1.0"
|
| 5173 |
|
- |
|
| 5174 |
|
- |
[[patch.unused]]
|
| 5175 |
|
- |
name = "ops-status"
|
| 5176 |
|
- |
version = "0.1.0"
|
| 5177 |
|
- |
|
| 5178 |
|
- |
[[patch.unused]]
|
| 5179 |
|
- |
name = "painhours"
|
| 5180 |
|
- |
version = "0.1.0"
|
| 5181 |
|
- |
|
| 5182 |
|
- |
[[patch.unused]]
|
| 5183 |
|
- |
name = "tagtree"
|
| 5184 |
|
- |
version = "0.4.0"
|
| 39 |
39 |
|
# here is not one app a release behind: it is every app anyone scaffolds from
|
| 40 |
40 |
|
# now on. 2.4.1 and 0.13.0 sat here while the suite reached 2.5.0 and 0.20.1.
|
| 41 |
41 |
|
makeover = "2.5"
|
| 42 |
|
- |
makeover-build = "0.25.0"
|
|
42 |
+ |
makeover-build = "0.28.0"
|
| 25 |
25 |
|
# resolves it to sixteen colours or to truecolor depending on what the terminal
|
| 26 |
26 |
|
# admits to.
|
| 27 |
27 |
|
makeover = "2.5"
|
| 28 |
|
- |
makeover-tui = { version = "0.15.0", features = ["theme"] }
|
|
28 |
+ |
makeover-tui = { version = "0.18.0", features = ["theme"] }
|