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-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-client') diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index d617a844..01453cd3 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -69,7 +69,7 @@ indicatif = "0.18.0" tiny-bip39 = "2.0.0" # theme -crossterm = { version = "0.29.0", features = ["serde"] } +crossterm = { workspace = true, features = ["serde"] } palette = { version = "0.7.5", features = ["serializing"] } strum_macros = "0.27" strum = { version = "0.27", features = ["strum_macros"] } -- cgit v1.3.1