From bc5b1184c7842c3848df0484ac31da5cb720b3eb Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sun, 22 Sep 2024 14:47:09 -0500 Subject: [PATCH] update ver --- Cargo.lock | 4 ++-- tui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bae032a2..158fff57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "linutil_core" -version = "24.9.19" +version = "24.9.22" dependencies = [ "ego-tree", "include_dir", @@ -503,7 +503,7 @@ dependencies = [ [[package]] name = "linutil_tui" -version = "24.9.19" +version = "24.9.22" dependencies = [ "ansi-to-tui", "anstyle", diff --git a/tui/Cargo.toml b/tui/Cargo.toml index ba269522..c1006326 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -24,7 +24,7 @@ ratatui = "0.28.1" tui-term = "0.1.12" unicode-width = "0.1.13" rand = { version = "0.8.5", optional = true } -linutil_core = { path = "../core", version = "24.9.19" } +linutil_core = { path = "../core", version = "24.9.22" } tree-sitter-highlight = "0.23.0" tree-sitter-bash = "0.23.1" anstyle = "1.0.8"