Skip to main content

max / makenotwork

mnw-cli: take makeover-tui 0.26.0 Nine 0.x minors from 0.17.0, the same crossing as magicmirror and the same narrow surface across its twelve TUI screens, so no code changed. 95 tests pass.
Author: Max Johnson <me@maxj.phd> · 2026-08-16 22:38 UTC
Signed with PGP, not checked
Commit: 3be626e64cc3fa2f6252a9e4e306262340b8f62d
Parent: 1406914
2 files changed, +37 insertions, -29 deletions
M mnw-cli/Cargo.lock +36 -28
@@ -1830,15 +1830,15 @@
1830 1830
1831 1831 [[package]]
1832 1832 name = "makeover-layout"
1833 - version = "0.18.0"
1833 + version = "0.27.5"
1834 1834 source = "registry+https://github.com/rust-lang/crates.io-index"
1835 - checksum = "48e5725b8dc2d30d5e46b324dd97757e14e61345607c9f55534a34768a6b54dd"
1835 + checksum = "ed4a0a89e118db1cc010c72e696741b3701c83bfe6bec5db06e29515b4c1d216"
1836 1836
1837 1837 [[package]]
1838 1838 name = "makeover-tui"
1839 - version = "0.17.0"
1839 + version = "0.26.0"
1840 1840 source = "registry+https://github.com/rust-lang/crates.io-index"
1841 - checksum = "6bec0a014d4da44d95dca4db82b5f9418edb4dd10fa5009e13832489939fcabd"
1841 + checksum = "4f53b048e40476d8b7ac0570ee656d897c0e3143e2c4be171ed44071b1b3712c"
1842 1842 dependencies = [
1843 1843 "makeover",
1844 1844 "makeover-layout",
@@ -4762,28 +4762,12 @@
4762 4762 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4763 4763
4764 4764 [[patch.unused]]
4765 - name = "quasi-axum"
4766 - version = "0.1.0"
4765 + name = "docengine"
4766 + version = "0.7.0"
4767 4767
4768 4768 [[patch.unused]]
4769 - name = "quasi-http"
4770 - version = "0.1.0"
4771 -
4772 - [[patch.unused]]
4773 - name = "quasi-router"
4774 - version = "0.1.0"
4775 -
4776 - [[patch.unused]]
4777 - name = "quasi-store"
4778 - version = "0.1.0"
4779 -
4780 - [[patch.unused]]
4781 - name = "quasi-tauri"
4782 - version = "0.1.0"
4783 -
4784 - [[patch.unused]]
4785 - name = "quasi-webview"
4786 - version = "0.1.0"
4769 + name = "synckit-config"
4770 + version = "0.2.0"
4787 4771
4788 4772 [[patch.unused]]
4789 4773 name = "kberg"
@@ -4802,9 +4786,33 @@
4802 4786 version = "0.4.0"
4803 4787
4804 4788 [[patch.unused]]
4805 - name = "synckit-config"
4806 - version = "0.2.0"
4789 + name = "quasi-axum"
4790 + version = "0.18.0"
4807 4791
4808 4792 [[patch.unused]]
4809 - name = "docengine"
4810 - version = "0.7.0"
4793 + name = "quasi-basics"
4794 + version = "0.18.0"
4795 +
4796 + [[patch.unused]]
4797 + name = "quasi-http"
4798 + version = "0.18.0"
4799 +
4800 + [[patch.unused]]
4801 + name = "quasi-immediate"
4802 + version = "0.18.0"
4803 +
4804 + [[patch.unused]]
4805 + name = "quasi-router"
4806 + version = "0.18.0"
4807 +
4808 + [[patch.unused]]
4809 + name = "quasi-store"
4810 + version = "0.1.0"
4811 +
4812 + [[patch.unused]]
4813 + name = "quasi-tauri"
4814 + version = "0.18.0"
4815 +
4816 + [[patch.unused]]
4817 + name = "quasi-webview"
4818 + version = "0.18.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.17.0", features = ["theme"] }
18 + makeover-tui = { version = "0.26.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