new release

This commit is contained in:
Titus 2024-09-22 22:53:52 -05:00
parent aaa61cbce8
commit cc0e548b6f
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -491,7 +491,7 @@ checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
[[package]]
name = "linutil_core"
version = "24.9.22"
version = "24.9.23"
dependencies = [
"ego-tree",
"include_dir",
@ -503,7 +503,7 @@ dependencies = [
[[package]]
name = "linutil_tui"
version = "24.9.22"
version = "24.9.23"
dependencies = [
"ansi-to-tui",
"anstyle",

View File

@ -1,6 +1,6 @@
[workspace.package]
license = "MIT"
version = "24.9.22"
version = "24.9.23"
[workspace.dependencies]
ego-tree = "0.6.2"

View File

@ -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.22" }
linutil_core = { path = "../core", version = "24.9.23" }
tree-sitter-highlight = "0.23.0"
tree-sitter-bash = "0.23.1"
anstyle = "1.0.8"