mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
new release
This commit is contained in:
parent
aaa61cbce8
commit
cc0e548b6f
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[workspace.package]
|
||||
license = "MIT"
|
||||
version = "24.9.22"
|
||||
version = "24.9.23"
|
||||
|
||||
[workspace.dependencies]
|
||||
ego-tree = "0.6.2"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user