From dd12ca765b7c7726e718b64035dedd0c9b3d50a0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 3 Jul 2019 18:04:19 +0800 Subject: Fix Cargo.lock... again. 2.1.7 is 2.1.6 effectively --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 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 "] 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. -- cgit v1.2.3