diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-02-13 14:02:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-13 14:02:27 -0800 |
| commit | 46fb56d7a07217246a6f3daef8333219582fe2e0 (patch) | |
| tree | ce59f4c497627fef79a1e30c0b72f43975957e3f /crates/atuin-ai/Cargo.toml | |
| parent | feat: add autostart and pid management to daemon (#3180) (diff) | |
| download | atuin-46fb56d7a07217246a6f3daef8333219582fe2e0.zip | |
fix(deps): add use-dev-tty to crossterm in atuin-ai (#3185)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if
you're adding a new feature or changing an existing one, we'd really
appreciate if you open an issue, post on the forum, or drop in on
Discord -->
## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing
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 2759349c..eb59858c 100644 --- a/crates/atuin-ai/Cargo.toml +++ b/crates/atuin-ai/Cargo.toml @@ -30,7 +30,7 @@ tracing-appender = "0.2.4" reqwest = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -crossterm = { workspace = true } +crossterm = { workspace = true, features = ["use-dev-tty"] } ratatui = { workspace = true } [dev-dependencies] |
