summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-11-15 10:48:53 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-11-15 10:48:53 +0800
commit88753aa6d6a7d23a7d4334b7913655009adfc079 (patch)
treea13469efb1f3e21e96873e5e3de8f0c01db695bd
parent98da03d4db2edf8d4ab37d761ec166f467d4cab8 (diff)
patch bumpv2.10.4
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cff1de9..ca2c924 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### v2.10.4 - dependency update
+
+* upgrade to TUI v0.13.0
+
#### v2.10.3 - dependency update
Should fix [this issue](https://github.com/Byron/dua-cli/issues/66)
diff --git a/Cargo.lock b/Cargo.lock
index ee30b7e..ccea108 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -280,7 +280,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.10.3"
+version = "2.10.4"
dependencies = [
"anyhow",
"atty",
diff --git a/Cargo.toml b/Cargo.toml
index 48e7d1a..6e21c5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.10.3"
+version = "2.10.4"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"