From 2d4c9aa8e3eee1df8c2fbfbfa30541240b1c1e63 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Tue, 1 Oct 2024 00:05:05 +0200 Subject: [PATCH] bump crates to `24.9.28` (#693) --- Cargo.toml | 2 +- tui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d33d10b..27257d9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace.package] license = "MIT" -version = "24.9.23" +version = "24.9.28" [workspace.dependencies] ego-tree = "0.6.2" diff --git a/tui/Cargo.toml b/tui/Cargo.toml index 7e17b77e..6d77e3be 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -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"