Skip to content

Commit

Permalink
Upgrade to TUI 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 23, 2022
1 parent 4025174 commit 9ce96ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ trash = { version = "2.0.1", optional = true }

# 'tui' related
unicode-segmentation = { version = "1.3.0", optional = true }
crosstermion = { optional = true, version = "0.8.1", default-features = false }
tui = { version = "0.16.0", optional = true, default-features = false }
tui-react = { version = "0.16.0", optional = true }
crosstermion = { optional = true, version = "0.9.0", default-features = false }
tui = { version = "0.17.0", optional = true, default-features = false }
tui-react = { version = "0.17.0", optional = true }
open = { version = "2.0.0", optional = true }
wild = "2.0.4"

Expand Down

0 comments on commit 9ce96ac

Please sign in to comment.