summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-01 21:43:02 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-01 21:43:22 +0800
commit249539045e4dfb813723dff342c52a1ca92184ce (patch)
tree21aba36d1a0284275d21fa9181137ced3fd535aa
parent8aec8c7c9879c0bf29e82b89aab9202e2d117698 (diff)
Upgrade tui-react
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c39dc49..ca1c2e4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -613,7 +613,7 @@ dependencies = [
[[package]]
name = "tui-react"
-version = "0.1.3"
+version = "0.2.0"
dependencies = [
"log",
"tui",
diff --git a/Cargo.toml b/Cargo.toml
index 3b3337f..9bbabe2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ petgraph = "0.5"
itertools = "0.8.0"
open = "1.2.2"
log = "0.4.6"
-tui-react = { path = "./tui-react", version = "0.1" }
+tui-react = { path = "./tui-react", version = "0.2" }
num_cpus = "1.10.0"
unicode-segmentation = "1.3.0"