diff --git a/Cargo.toml b/Cargo.toml index d8284ae..16da66a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ default-members = ["tui", "core"] resolver = "2" [workspace.package] license = "MIT" -version = "26.5.21" +version = "26.7.17" edition = "2021" [profile.release] diff --git a/tui/Cargo.toml b/tui/Cargo.toml index f880ddc..61f287d 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -26,7 +26,7 @@ tips = ["rand"] [dependencies] clap = { version = "4.6.1", features = ["derive"] } image = { version = "0.25.10", default-features = false, features = ["ico", "png"] } -linutil_core = { version = "26.5.21", path = "../core" } +linutil_core = { version = "26.7.17", path = "../core" } nix = { version = "0.31.3", features = ["user"] } oneshot = { version = "0.2.1", features = ["std"], default-features = false } portable-pty = "0.9.0"