summaryrefslogtreecommitdiffstats
path: root/tui-react/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-30 00:51:03 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-30 00:51:03 +0800
commitfc0b814eab5d4157b3c09b34957c8a68e39d46d3 (patch)
tree23b3991f66259323cdaa6c5562263df97be91980 /tui-react/Cargo.toml
parentdff2c8637198f1b695d3ccf25a49566e55e38249 (diff)
Revert attempt to use tui-react's drawing…
…as it is consistently slower. Don't know what to do there. Fair enough.
Diffstat (limited to 'tui-react/Cargo.toml')
-rw-r--r--tui-react/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tui-react/Cargo.toml b/tui-react/Cargo.toml
index ae31d6e..d41605b 100644
--- a/tui-react/Cargo.toml
+++ b/tui-react/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tui-react"
-version = "0.2.3"
+version = "0.2.2"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"