bump crates to 24.9.28 (#693)

This commit is contained in:
Adam Perkowski 2024-10-01 00:05:05 +02:00 committed by GitHub
parent fd2d9ad700
commit 2d4c9aa8e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -24,7 +24,7 @@ ratatui = "0.28.1"
tui-term = "0.1.12" tui-term = "0.1.12"
unicode-width = "0.2.0" unicode-width = "0.2.0"
rand = { version = "0.8.5", optional = true } rand = { version = "0.8.5", optional = true }
linutil_core = { path = "../core", version = "24.9.23" } linutil_core = { path = "../core", version = "24.9.28" }
tree-sitter-highlight = "0.23.0" tree-sitter-highlight = "0.23.0"
tree-sitter-bash = "0.23.1" tree-sitter-bash = "0.23.1"
anstyle = "1.0.8" anstyle = "1.0.8"