diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-04-15 16:39:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-15 16:39:38 -0700 |
| commit | 7301d887c14376e4b1d9263d434da0e72d880372 (patch) | |
| tree | 828152af4889cd07b3f08b966ce054fa1e26d7c6 /crates/atuin-ai/Cargo.toml | |
| parent | Update release skill (diff) | |
| download | atuin-7301d887c14376e4b1d9263d434da0e72d880372.zip | |
fix: Enter runs suggested command when selecting permissions (#3418)
Diffstat (limited to 'crates/atuin-ai/Cargo.toml')
| -rw-r--r-- | crates/atuin-ai/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-ai/Cargo.toml b/crates/atuin-ai/Cargo.toml index 3bdd45d2..3be127de 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.4.2" +eye_declare = "0.4.3" ratatui-core = "0.1" ratatui-widgets = "0.3" thiserror = { workspace = true } |
