aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-history
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-02-13 10:54:38 -0800
committerGitHub <noreply@github.com>2026-02-13 18:54:38 +0000
commite6a8bb033434541974262699c12e2805cc054153 (patch)
treeff682af16556266a9777b4d21c84aa66c55d015e /crates/atuin-history
parentchore(deps): update to rust 1.93.1 (#3181) (diff)
downloadatuin-e6a8bb033434541974262699c12e2805cc054153.zip
feat: add Atuin AI inline CLI MVP (#3178)
Diffstat (limited to 'crates/atuin-history')
-rw-r--r--crates/atuin-history/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]