Skip to content

Commit 58b3d4a

Browse files
new version
1 parent 6df44dc commit 58b3d4a

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.8.13"
3+
version = "25.8.14"
44
edition = "2021"
55

66
[workspace]

tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tips = ["rand"]
1515

1616
[dependencies]
1717
clap = { version = "4.5.20", features = ["derive"] }
18-
linutil_core = { version = "25.8.13", path = "../core" }
18+
linutil_core = { version = "25.8.14", path = "../core" }
1919
nix = { version = "0.29.0", features = [ "user" ] }
2020
oneshot = { version = "0.1.8", features = ["std"], default-features = false }
2121
portable-pty = "0.8.1"

0 commit comments

Comments
 (0)