Skip to content

Commit 840a565

Browse files
committed
Updates for 8.7.0
1 parent 3cf5ac0 commit 840a565

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upcoming release
1+
# v8.7.0
22

33
## Features
44

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
1616
name = "fd-find"
1717
readme = "README.md"
1818
repository = "https://github.com/sharkdp/fd"
19-
version = "8.6.0"
19+
version = "8.7.0"
2020
edition= "2021"
2121
rust-version = "1.64.0"
2222

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ Options:
324324
-X, --exec-batch <cmd>... Execute a command with all search results at once
325325
-c, --color <when> When to use colors [default: auto] [possible values: auto,
326326
always, never]
327-
-h, --help Print help information (use `--help` for more detail)
328-
-V, --version Print version information
327+
-h, --help Print help (see more with '--help')
328+
-V, --version Print version
329329
```
330330

331331
## Benchmark
@@ -540,7 +540,7 @@ Make sure that `$HOME/.local/bin` is in your `$PATH`.
540540
If you use an older version of Ubuntu, you can download the latest `.deb` package from the
541541
[release page](https://github.com/sharkdp/fd/releases) and install it via:
542542
``` bash
543-
sudo dpkg -i fd_8.6.0_amd64.deb # adapt version number and architecture
543+
sudo dpkg -i fd_8.7.0_amd64.deb # adapt version number and architecture
544544
```
545545

546546
### On Debian
@@ -679,7 +679,7 @@ With Rust's package manager [cargo](https://github.com/rust-lang/cargo), you can
679679
```
680680
cargo install fd-find
681681
```
682-
Note that rust version *1.60.0* or later is required.
682+
Note that rust version *1.64.0* or later is required.
683683

684684
`make` is also needed for the build.
685685

0 commit comments

Comments
 (0)