summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 09:45:08 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 09:45:08 +0800
commit773497cc48a406a069be84e14194d51484fdbec2 (patch)
treea1f48a3aad71d82bee35c6db9785e4f748b29b19 /tui-react/Cargo.toml
parent48cbe0919da1dd6aa8c933b5d156e7f0ce5997a8 (diff)
tui-react now works with tui 10.0; tracks tui's version number now
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 4929d98..7fb2055 100644
--- a/tui-react/Cargo.toml
+++ b/tui-react/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tui-react"
-version = "0.4.1"
+version = "0.10.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.9.1", default-features = false }
+tui = { version = "0.10.0", default-features = false }
log = "0.4.6"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"