summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-03 15:32:39 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-03 15:32:39 +0800
commitb42a81dba70f272374a6683f0c430c3e1ab5ed5d (patch)
tree63047b7d0bf229591d6abdc6c9800847c045990a
parent8467a49796e56a874837dc810dc2e534ec03f0a3 (diff)
Minor bump for tui default features = false
-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 3e77df1..c61cefe 100644
--- a/tui-react/Cargo.toml
+++ b/tui-react/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tui-react"
-version = "0.2.2"
+version = "0.3.0"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"