From e6a8bb033434541974262699c12e2805cc054153 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 13 Feb 2026 10:54:38 -0800 Subject: feat: add Atuin AI inline CLI MVP (#3178) --- crates/atuin-history/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-history') diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 6d844cd1..1ad6399a 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -18,7 +18,7 @@ atuin-client = { path = "../atuin-client", version = "18.12.1" } time = { workspace = true } serde = { workspace = true } -crossterm = { version = "0.29.0", features = ["use-dev-tty"] } +crossterm = { workspace = true, features = ["use-dev-tty"] } unicode-segmentation = "1.11.0" [dev-dependencies] -- cgit v1.3.1