mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
update ver
This commit is contained in:
parent
0029b531ab
commit
bc5b1184c7
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user