Skip to main content

max / makenotwork

Take makeover-tui 0.15.0 in mnw-cli and viewer
Author: Max Johnson <me@maxj.phd> · 2026-08-12 16:54 UTC
Signed with PGP, not checked
Commit: 437cc10597c2ee416d2f44d4c78121e47e713693
Parent: 74e9e3d
4 files changed, +30 insertions, -30 deletions
M mnw-cli/Cargo.lock +20 -20
@@ -1826,15 +1826,15 @@
1826 1826
1827 1827 [[package]]
1828 1828 name = "makeover-layout"
1829 - version = "0.14.0"
1829 + version = "0.16.0"
1830 1830 source = "registry+https://github.com/rust-lang/crates.io-index"
1831 - checksum = "e08cfaa62476d03061dc86a2befc0c24129399ba37a6f7645fbb72b011abf2f0"
1831 + checksum = "5d02837b5ab4db4ee5759ddf8f77965336890d4b63c6e88e15b5782c9703138d"
1832 1832
1833 1833 [[package]]
1834 1834 name = "makeover-tui"
1835 - version = "0.14.0"
1835 + version = "0.15.0"
1836 1836 source = "registry+https://github.com/rust-lang/crates.io-index"
1837 - checksum = "9532a834ce6d9590ebe43c10fa6b33aef2e87fbe1090a3e693e75c8aaf29adb5"
1837 + checksum = "17f9d6a744f90ad780bd7b98d8c4b1bb2c1e16116e66b9b87eaaee085975a7e1"
1838 1838 dependencies = [
1839 1839 "makeover",
1840 1840 "makeover-layout",
@@ -4756,6 +4756,22 @@
4756 4756 source = "registry+https://github.com/rust-lang/crates.io-index"
4757 4757 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4758 4758
4759 + [[patch.unused]]
4760 + name = "kberg"
4761 + version = "0.1.0"
4762 +
4763 + [[patch.unused]]
4764 + name = "painhours"
4765 + version = "0.1.0"
4766 +
4767 + [[patch.unused]]
4768 + name = "tagtree"
4769 + version = "0.4.0"
4770 +
4771 + [[patch.unused]]
4772 + name = "docengine"
4773 + version = "0.6.0"
4774 +
4759 4775 [[patch.unused]]
4760 4776 name = "quasi-axum"
4761 4777 version = "0.1.0"
@@ -4783,19 +4799,3 @@
4783 4799 [[patch.unused]]
4784 4800 name = "synckit-config"
4785 4801 version = "0.2.0"
4786 -
4787 - [[patch.unused]]
4788 - name = "kberg"
4789 - version = "0.1.0"
4790 -
4791 - [[patch.unused]]
4792 - name = "painhours"
4793 - version = "0.1.0"
4794 -
4795 - [[patch.unused]]
4796 - name = "tagtree"
4797 - version = "0.4.0"
4798 -
4799 - [[patch.unused]]
4800 - name = "docengine"
4801 - version = "0.5.0"
@@ -15,7 +15,7 @@
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.14.0", features = ["theme"] }
18 + makeover-tui = { version = "0.15.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
@@ -1067,15 +1067,15 @@
1067 1067
1068 1068 [[package]]
1069 1069 name = "makeover-layout"
1070 - version = "0.15.0"
1070 + version = "0.16.0"
1071 1071 source = "registry+https://github.com/rust-lang/crates.io-index"
1072 - checksum = "9f18920c6ac0fe10a8f7b45c2224d0ad39e4863151b3fbe0fe042c938b9b0a9d"
1072 + checksum = "5d02837b5ab4db4ee5759ddf8f77965336890d4b63c6e88e15b5782c9703138d"
1073 1073
1074 1074 [[package]]
1075 1075 name = "makeover-tui"
1076 - version = "0.14.1"
1076 + version = "0.15.0"
1077 1077 source = "registry+https://github.com/rust-lang/crates.io-index"
1078 - checksum = "1ad0dd7c780d94bff87c8af02333c74950d421fd5719ff02dbebee361e61a837"
1078 + checksum = "17f9d6a744f90ad780bd7b98d8c4b1bb2c1e16116e66b9b87eaaee085975a7e1"
1079 1079 dependencies = [
1080 1080 "makeover",
1081 1081 "makeover-layout",
@@ -2914,6 +2914,10 @@
2914 2914 name = "tagtree"
2915 2915 version = "0.4.0"
2916 2916
2917 + [[patch.unused]]
2918 + name = "docengine"
2919 + version = "0.7.0"
2920 +
2917 2921 [[patch.unused]]
2918 2922 name = "quasi-axum"
2919 2923 version = "0.1.0"
@@ -2945,7 +2949,3 @@
2945 2949 [[patch.unused]]
2946 2950 name = "synckit-config"
2947 2951 version = "0.2.0"
2948 -
2949 - [[patch.unused]]
2950 - name = "docengine"
2951 - version = "0.5.0"
@@ -18,7 +18,7 @@
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.14.0", features = ["theme"] }
21 + makeover-tui = { version = "0.15.0", features = ["theme"] }
22 22 tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "time", "sync", "signal"] }
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