summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-07-03 18:04:19 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2019-07-03 18:04:19 +0800
commitdd12ca765b7c7726e718b64035dedd0c9b3d50a0 (patch)
tree6558cd29c659fae36b9d303357bb4104830b9d68
parent473ac20f5a03e95ed5fe02ced97231806282c09c (diff)
Fix Cargo.lock... again. 2.1.7 is 2.1.6 effectivelyv2.1.7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index db880b0..5f80f9b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -183,7 +183,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "dua-cli"
-version = "2.1.5"
+version = "2.1.7"
dependencies = [
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"byte-unit 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 304d7ca..75bba2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.1.6"
+version = "2.1.7"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.toml"]
diff --git a/README.md b/README.md
index 664d2b6..2a1bdaf 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ dua interactive
* [ ] Evaluate unit coloring - can we highlight different units better, make them stick out?
-#### ✅ v2.1.6 - use latest version of open-rs
+#### ✅ v2.1.7 - use latest version of open-rs
That way, pressing `shift + O` to open the currently selected file won't possibly spam the terminal
with messages caused by the program used to find the system program to open the file.