mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
stash: replace atty with is_terminal from std::io
It's deprecated, oops. Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69646dc5a20ff1fde23ea9a846a7a3fdd16a
This commit is contained in:
parent
7aa28a871e
commit
ae98cc0b86
3 changed files with 4 additions and 27 deletions
|
|
@ -27,7 +27,6 @@ serde_json = "1.0.143"
|
|||
base64 = "0.22.1"
|
||||
regex = "1.11.1"
|
||||
ratatui = "0.29.0"
|
||||
atty = "0.2.14"
|
||||
crossterm = "0.29.0"
|
||||
unicode-segmentation = "1.12.0"
|
||||
unicode-width = "0.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue