Updates for v6.3.0

This commit is contained in:
sharkdp 2018-02-10 16:46:42 +01:00
parent 7f65e7a0d6
commit a6086abe7f
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -78,7 +78,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fd-find"
version = "6.2.0"
version = "6.3.0"
dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
name = "fd-find"
readme = "README.md"
repository = "https://github.com/sharkdp/fd"
version = "6.2.0"
version = "6.3.0"
[[bin]]
name = "fd"

View File

@ -130,7 +130,7 @@ fd -x wc -l \; -e rs
Download the latest `.deb` package from the [release page](https://github.com/sharkdp/fd/releases) and install it via:
``` bash
sudo dpkg -i fd_6.2.0_amd64.deb # adapt version number and architecture
sudo dpkg -i fd_6.3.0_amd64.deb # adapt version number and architecture
```
### On Arch Linux