summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-09-28 19:52:34 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-09-28 19:52:34 +0800
commit3e1b8c202638b5067f794f8d3687834eb3d4b450 (patch)
tree86e82d6f9b07da43bfb50035cd1d2b7727767158 /tui-react/Cargo.toml
parent9a877e2401b1d5f5751047867a7067fd7fdc473c (diff)
update to tui 0.12tui-react-v0.12.0
Diffstat (limited to 'tui-react/Cargo.toml')
-rw-r--r--tui-react/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml
index 20a0691..e4fdcfb 100644
--- a/tui-react/Cargo.toml
+++ b/tui-react/Cargo.toml
@@ -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"
@@ -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"