Skip to content

Commit

Permalink
bump crates to 24.9.28 (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski authored Sep 30, 2024
1 parent fd2d9ad commit 2d4c9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace.package]
license = "MIT"
version = "24.9.23"
version = "24.9.28"

[workspace.dependencies]
ego-tree = "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ratatui = "0.28.1"
tui-term = "0.1.12"
unicode-width = "0.2.0"
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-bash = "0.23.1"
anstyle = "1.0.8"
Expand Down

0 comments on commit 2d4c9aa

Please sign in to comment.