Skip to content

Commit

Permalink
update to tui 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 28, 2020
1 parent 9a877e2 commit 3e1b8c2
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.10.1"
version = "0.12.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.10.0", default-features = false }
tui = { version = "0.12.0", default-features = false }
log = "0.4.6"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"

0 comments on commit 3e1b8c2

Please sign in to comment.