main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
Issues
Take the makeover 0.18.0 cascade
makeover-layout 0.18.0 puts a region share on Arrangement and a page measure on
Screen, and the suite republished against it. `links` makes two copies of the
vocabulary in one graph a resolver error rather than a warning, so a consumer
left on the old pin does not lag quietly -- it fails to resolve.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
6 files changed,
+70 insertions,
-90 deletions
1086
1086
1087
1087
[[package]]
1088
1088
name = "makeover-layout"
1089
-
version = "0.17.0"
1089
+
version = "0.18.0"
1090
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1091
+
checksum = "48e5725b8dc2d30d5e46b324dd97757e14e61345607c9f55534a34768a6b54dd"
1090
1092
1091
1093
[[package]]
1092
1094
name = "makeover-tui"
1093
-
version = "0.16.1"
1095
+
version = "0.17.0"
1096
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+
checksum = "6bec0a014d4da44d95dca4db82b5f9418edb4dd10fa5009e13832489939fcabd"
1094
1098
dependencies = [
1095
1099
"makeover",
1096
1100
"makeover-layout",
2898
2902
source = "registry+https://github.com/rust-lang/crates.io-index"
2899
2903
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
2900
2904
2905
+
[[patch.unused]]
2906
+
name = "kberg"
2907
+
version = "0.1.0"
2908
+
2909
+
[[patch.unused]]
2910
+
name = "painhours"
2911
+
version = "0.1.0"
2912
+
2913
+
[[patch.unused]]
2914
+
name = "tagtree"
2915
+
version = "0.4.0"
2916
+
2917
+
[[patch.unused]]
2918
+
name = "docengine"
2919
+
version = "0.7.0"
2920
+
2921
+
[[patch.unused]]
2922
+
name = "synckit-client"
2923
+
version = "0.8.0"
2924
+
2925
+
[[patch.unused]]
2926
+
name = "synckit-config"
2927
+
version = "0.2.0"
2928
+
2901
2929
[[patch.unused]]
2902
2930
name = "quasi-axum"
2903
2931
version = "0.1.0"
2921
2949
[[patch.unused]]
2922
2950
name = "quasi-webview"
2923
2951
version = "0.1.0"
2924
-
2925
-
[[patch.unused]]
2926
-
name = "docengine"
2927
-
version = "0.7.0"
2928
-
2929
-
[[patch.unused]]
2930
-
name = "kberg"
2931
-
version = "0.1.0"
2932
-
2933
-
[[patch.unused]]
2934
-
name = "painhours"
2935
-
version = "0.1.0"
2936
-
2937
-
[[patch.unused]]
2938
-
name = "tagtree"
2939
-
version = "0.4.0"
2940
-
2941
-
[[patch.unused]]
2942
-
name = "synckit-client"
2943
-
version = "0.8.0"
2944
-
2945
-
[[patch.unused]]
2946
-
name = "synckit-config"
2947
-
version = "0.2.0"
2948
-
2949
-
[[patch.unused]]
2950
-
name = "makeover-build"
2951
-
version = "0.26.0"
2952
-
2953
-
[[patch.unused]]
2954
-
name = "makeover-immediate"
2955
-
version = "0.15.0"
2956
-
2957
-
[[patch.unused]]
2958
-
name = "makeover-touch"
2959
-
version = "0.10.0"
2960
-
2961
-
[[patch.unused]]
2962
-
name = "makeover-webview"
2963
-
version = "0.33.0"
18
18
# `makeover-tui` is the terminal renderer, and its `theme` feature is the
19
19
# intents-to-ratatui-colours mapping. No hex value is written in this crate.
20
20
makeover = "2.5.0"
21
-
makeover-tui = { version = "0.16.1", features = ["theme"] }
21
+
makeover-tui = { version = "0.17.0", features = ["theme"] }
22
22
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "time", "sync", "signal", "fs"] }
23
23
# `rustls-no-provider` rather than `rustls`: the latter is an alias for
24
24
# `__rustls-aws-lc-rs`, which links a C crypto backend. The provider is ring
1826
1826
1827
1827
[[package]]
1828
1828
name = "makeover-layout"
1829
-
version = "0.17.0"
1829
+
version = "0.18.0"
1830
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1831
+
checksum = "48e5725b8dc2d30d5e46b324dd97757e14e61345607c9f55534a34768a6b54dd"
1830
1832
1831
1833
[[package]]
1832
1834
name = "makeover-tui"
1833
-
version = "0.16.1"
1835
+
version = "0.17.0"
1836
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1837
+
checksum = "6bec0a014d4da44d95dca4db82b5f9418edb4dd10fa5009e13832489939fcabd"
1834
1838
dependencies = [
1835
1839
"makeover",
1836
1840
"makeover-layout",
4752
4756
source = "registry+https://github.com/rust-lang/crates.io-index"
4753
4757
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4754
4758
4755
-
[[patch.unused]]
4756
-
name = "synckit-config"
4757
-
version = "0.2.0"
4758
-
4759
4759
[[patch.unused]]
4760
4760
name = "docengine"
4761
4761
version = "0.7.0"
4762
4762
4763
-
[[patch.unused]]
4764
-
name = "kberg"
4765
-
version = "0.1.0"
4766
-
4767
-
[[patch.unused]]
4768
-
name = "painhours"
4769
-
version = "0.1.0"
4770
-
4771
-
[[patch.unused]]
4772
-
name = "tagtree"
4773
-
version = "0.4.0"
4774
-
4775
4763
[[patch.unused]]
4776
4764
name = "quasi-axum"
4777
4765
version = "0.1.0"
4797
4785
version = "0.1.0"
4798
4786
4799
4787
[[patch.unused]]
4800
-
name = "makeover-build"
4801
-
version = "0.26.0"
4788
+
name = "kberg"
4789
+
version = "0.1.0"
4802
4790
4803
4791
[[patch.unused]]
4804
-
name = "makeover-immediate"
4805
-
version = "0.15.0"
4792
+
name = "ops-status"
4793
+
version = "0.1.0"
4806
4794
4807
4795
[[patch.unused]]
4808
-
name = "makeover-touch"
4809
-
version = "0.10.0"
4796
+
name = "painhours"
4797
+
version = "0.1.0"
4810
4798
4811
4799
[[patch.unused]]
4812
-
name = "makeover-webview"
4813
-
version = "0.33.0"
4800
+
name = "tagtree"
4801
+
version = "0.4.0"
4802
+
4803
+
[[patch.unused]]
4804
+
name = "synckit-config"
4805
+
version = "0.2.0"
15
15
# selection; `makeover-tui` is the terminal renderer, and its `theme` feature is
16
16
# the intents-to-ratatui-colours mapping. No colour is named in this crate.
17
17
makeover = "2.5.0"
18
-
makeover-tui = { version = "0.16.1", features = ["theme"] }
18
+
makeover-tui = { version = "0.17.0", features = ["theme"] }
19
19
tokio = { version = "1", features = ["full"] }
20
20
# `rustls-no-provider` rather than `rustls`: the latter is an alias for
21
21
# `__rustls-aws-lc-rs`, which links a C crypto backend. The provider is ring
5311
5311
5312
5312
[[package]]
5313
5313
name = "makeover-build"
5314
-
version = "0.26.0"
5314
+
version = "0.27.0"
5315
+
source = "registry+https://github.com/rust-lang/crates.io-index"
5316
+
checksum = "bf67f09cbaa537711532bc3bcf273e32bfd73a78dba2cd9d3e3f866c33ab04fb"
5315
5317
dependencies = [
5316
5318
"makeover",
5317
5319
"makeover-geometry",
5327
5329
[[package]]
5328
5330
name = "makeover-layout"
5329
5331
version = "0.18.0"
5332
+
source = "registry+https://github.com/rust-lang/crates.io-index"
5333
+
checksum = "48e5725b8dc2d30d5e46b324dd97757e14e61345607c9f55534a34768a6b54dd"
5330
5334
5331
5335
[[package]]
5332
5336
name = "makeover-touch"
5333
-
version = "0.10.0"
5337
+
version = "0.11.0"
5338
+
source = "registry+https://github.com/rust-lang/crates.io-index"
5339
+
checksum = "aa8a698cf7ba31dc0a2256293139774657ae373425ccd58eabb05431dd283876"
5334
5340
dependencies = [
5335
5341
"makeover-geometry",
5336
5342
"makeover-layout",
5338
5344
5339
5345
[[package]]
5340
5346
name = "makeover-webview"
5341
-
version = "0.33.0"
5347
+
version = "0.34.0"
5348
+
source = "registry+https://github.com/rust-lang/crates.io-index"
5349
+
checksum = "55628364f54e172d255701c3044be78f8a8eff3a2362d9b2960ad8cd54ccf9b7"
5342
5350
dependencies = [
5343
5351
"makeover-geometry",
5344
5352
"makeover-layout",
10674
10682
"pkg-config",
10675
10683
]
10676
10684
10685
+
[[patch.unused]]
10686
+
name = "synckit-client"
10687
+
version = "0.8.0"
10688
+
10689
+
[[patch.unused]]
10690
+
name = "synckit-config"
10691
+
version = "0.2.0"
10692
+
10677
10693
[[patch.unused]]
10678
10694
name = "quasi-store"
10679
10695
version = "0.1.0"
10693
10709
[[patch.unused]]
10694
10710
name = "painhours"
10695
10711
version = "0.1.0"
10696
-
10697
-
[[patch.unused]]
10698
-
name = "synckit-client"
10699
-
version = "0.8.0"
10700
-
10701
-
[[patch.unused]]
10702
-
name = "synckit-config"
10703
-
version = "0.2.0"
10704
-
10705
-
[[patch.unused]]
10706
-
name = "makeover-immediate"
10707
-
version = "0.15.0"
10708
-
10709
-
[[patch.unused]]
10710
-
name = "makeover-tui"
10711
-
version = "0.16.1"
236
236
# Emits static/geometry.css (makeover-geometry) and static/layout.css
237
237
# (makeover-webview). The same generator GO and BB run; only the output paths
238
238
# differ, since the server serves its stylesheets rather than bundling them.
239
-
makeover-build = "0.26.0"
239
+
makeover-build = "0.27.0"
240
240
# Read directly for the embeds' own copy of the spacing layer, which they need
241
241
# because an iframe cannot link a stylesheet. makeover-build does not re-export
242
242
# it, so the pin lives here and has to track the one makeover-build resolves.