Skip to content

Commit 232b45e

Browse files
update version
1 parent c12ae4a commit 232b45e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace.package]
22
license = "MIT"
3-
version = "25.1.10"
3+
version = "25.2.13"
44
edition = "2021"
55

66
[workspace]

tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tui-term = { version = "0.2.0", default-features = false }
2222
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros"], default-features = false }
2323
unicode-width = { version = "0.2.0", default-features = false }
2424
rand = { version = "0.8.5", optional = true }
25-
linutil_core = { version = "25.1.10", path = "../core" }
25+
linutil_core = { version = "25.2.13", path = "../core" }
2626
tree-sitter-highlight = "0.24.4"
2727
tree-sitter-bash = "0.23.3"
2828
nix = { version = "0.29.0", features = [ "user" ] }

0 commit comments

Comments
 (0)