Skip to content

Commit

Permalink
update tui version
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Feb 9, 2022
1 parent 45a2ad6 commit aa2b4fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 44 deletions.
49 changes: 6 additions & 43 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ crc = "2.1"
log = "0.4"
fern = { version = "0.6", features = ["colored"]}
chrono = "0.4"
tui = { version = "0.16", default-features = false, features = ["crossterm"] }
tui = { version = "0.17", default-features = false, features = ["crossterm"] }
crossterm = "0.22.1"
tui-logger = "0.7"
rust-ini = "0.17"
Expand Down

0 comments on commit aa2b4fd

Please sign in to comment.