Skip to content

Commit

Permalink
chore(tui): update tui to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Nov 15, 2020
1 parent 5265bf1 commit 3158b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ exclude = [".github"]
unicode-width = "0.1"

[dependencies.tui]
version = "0.12"
version = "0.13"
default-features = false

[dev-dependencies]
termion = "1.5"

[dev-dependencies.tui]
version = "0.12"
version = "0.13"
default-features = false
features = ["termion"]

0 comments on commit 3158b4d

Please sign in to comment.