diff options
author | David Peter <mail@david-peter.de> | 2021-11-14 09:55:05 +0100 |
---|---|---|
committer | David Peter <mail@david-peter.de> | 2021-11-14 09:55:05 +0100 |
commit | 9641caa46755160f49e123c6d226aa46c9cdde34 (patch) | |
tree | 9914396c06122cbbc9d6399bc94fc9440f8e4387 | |
parent | cb58e52e5f36bec4bd7e0a362f5b9d00f21c49bb (diff) |
Bump versionv0.7.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 6 |
4 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8b488..d90c94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ # v0.6.0 +- Updated dependencies + +# v0.6.0 + ## Changes There is an important change in default behavior: `diskus` will now report "disk usage" instead of "apparent file size", in analogy to what `du -sh` does. @@ -111,7 +111,7 @@ dependencies = [ [[package]] name = "diskus" -version = "0.6.0" +version = "0.7.0" dependencies = [ "atty", "clap", @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "diskus" readme = "README.md" repository = "https://github.com/sharkdp/diskus" -version = "0.6.0" +version = "0.7.0" edition = "2018" [dependencies] @@ -65,8 +65,8 @@ You can download the latest Debian package from the [release page](https://github.com/sharkdp/diskus/releases) and install it via `dpkg`: ``` bash -wget "https://github.com/sharkdp/diskus/releases/download/v0.6.0/diskus_0.6.0_amd64.deb" -sudo dpkg -i diskus_0.6.0_amd64.deb +wget "https://github.com/sharkdp/diskus/releases/download/v0.7.0/diskus_0.7.0_amd64.deb" +sudo dpkg -i diskus_0.7.0_amd64.deb ``` ### On Arch-based systems @@ -115,7 +115,7 @@ Check out the [release page](https://github.com/sharkdp/diskus/releases) for bin ### Via cargo -If you have Rust 1.34 or higher, you can install `diskus` from source via `cargo`: +If you have Rust 1.50 or higher, you can install `diskus` from source via `cargo`: ``` cargo install diskus ``` |