diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-02-13 10:54:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-13 18:54:38 +0000 |
| commit | e6a8bb033434541974262699c12e2805cc054153 (patch) | |
| tree | ff682af16556266a9777b4d21c84aa66c55d015e /crates/atuin-history | |
| parent | chore(deps): update to rust 1.93.1 (#3181) (diff) | |
| download | atuin-e6a8bb033434541974262699c12e2805cc054153.zip | |
feat: add Atuin AI inline CLI MVP (#3178)
Diffstat (limited to 'crates/atuin-history')
| -rw-r--r-- | crates/atuin-history/Cargo.toml | 2 |
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] |
