From e5e14f31c45ea74dea4ad5e6ec06346f3ad5cd88 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 22 Mar 2020 15:48:55 +0100 Subject: [PATCH] Bump version to 7.5.0 --- 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 207c702..7bd216b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fd-find" -version = "7.4.0" +version = "7.5.0" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2e6408c..7859f58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT/Apache-2.0" name = "fd-find" readme = "README.md" repository = "https://github.com/sharkdp/fd" -version = "7.4.0" +version = "7.5.0" edition= "2018" [[bin]] diff --git a/README.md b/README.md index bf4cab6..6de70d8 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ use `fd` in the same way as in this documentation. If you use an older version of Ubuntu, you can download the latest `.deb` package from the [release page](https://github.com/sharkdp/fd/releases) and install it via: ``` bash -sudo dpkg -i fd_7.4.0_amd64.deb # adapt version number and architecture +sudo dpkg -i fd_7.5.0_amd64.deb # adapt version number and architecture ``` ### On Debian