aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-ai
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-04-24 14:41:15 -0700
committerMichelle Tilley <michelle@michelletilley.net>2026-04-24 14:41:15 -0700
commitfcf948e5b8d962b97edfff3f26992126409593ed (patch)
tree2055e20a6510daf3344167e2b254a3f36f589d1e /crates/atuin-ai
parentTweak release skill (diff)
parentchore: Update to eye_declare 0.5.1 (#3449) (diff)
downloadatuin-fcf948e5b8d962b97edfff3f26992126409593ed.zip
Merge branch 'main' of github.com:atuinsh/atuin
Diffstat (limited to 'crates/atuin-ai')
-rw-r--r--crates/atuin-ai/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-ai/Cargo.toml b/crates/atuin-ai/Cargo.toml
index 377017b7..06e50a4e 100644
--- a/crates/atuin-ai/Cargo.toml
+++ b/crates/atuin-ai/Cargo.toml
@@ -45,7 +45,7 @@ async-stream = "0.3"
uuid = { workspace = true }
tui-textarea-2 = "0.10.2"
unicode-width = "0.2"
-eye_declare = "0.5"
+eye_declare = "0.5.1"
ratatui-core = "0.1"
ratatui-widgets = "0.3"
thiserror = { workspace = true }