Skip to content

Commit

Permalink
bump tui version to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 4, 2021
1 parent 523a0c6 commit d32ab34
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
30 changes: 21 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions tui-react/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-react"
version = "0.13.0"
version = "0.14.0"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
license = "MIT"

[dependencies]
tui = { version = "0.13.0", default-features = false }
tui = { version = "0.14.0", default-features = false }
log = "0.4.6"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"

0 comments on commit d32ab34

Please sign in to comment.