update version

This commit is contained in:
Chris Titus 2025-02-13 15:22:07 -06:00
parent c12ae4a8ef
commit 232b45e6a6
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@ -399,7 +399,7 @@ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
[[package]]
name = "linutil_core"
version = "25.1.10"
version = "25.2.13"
dependencies = [
"ego-tree",
"include_dir",
@ -411,7 +411,7 @@ dependencies = [
[[package]]
name = "linutil_tui"
version = "25.1.10"
version = "25.2.13"
dependencies = [
"clap",
"linutil_core",
@ -1299,7 +1299,7 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
[[package]]
name = "xtask"
version = "25.1.10"
version = "25.2.13"
dependencies = [
"linutil_core",
]

View File

@ -1,6 +1,6 @@
[workspace.package]
license = "MIT"
version = "25.1.10"
version = "25.2.13"
edition = "2021"
[workspace]

View File

@ -22,7 +22,7 @@ tui-term = { version = "0.2.0", default-features = false }
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros"], default-features = false }
unicode-width = { version = "0.2.0", default-features = false }
rand = { version = "0.8.5", optional = true }
linutil_core = { version = "25.1.10", path = "../core" }
linutil_core = { version = "25.2.13", path = "../core" }
tree-sitter-highlight = "0.24.4"
tree-sitter-bash = "0.23.3"
nix = { version = "0.29.0", features = [ "user" ] }