diff options
| author | Conrad Ludgate <conrad.ludgate@truelayer.com> | 2022-04-26 12:38:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-26 12:38:26 +0100 |
| commit | 43d299fde3b06f6dbfc95d99f8fcae46d06ae6a4 (patch) | |
| tree | 24fb2a5b24477b72ae4343c5ed39ac6ba90e46f5 /Cargo.toml | |
| parent | Remove all select * from the server queries (#347) (diff) | |
| download | atuin-43d299fde3b06f6dbfc95d99f8fcae46d06ae6a4.zip | |
bump tui (#346)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ directories = "4" indicatif = "0.16.2" serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.75" -tui = "0.16" +tui = { version = "0.18", default-features = false, features = ["termion"] } termion = "1.5" unicode-width = "0.1" itertools = "0.10.3" |
