Updates for 8.7.0

This commit is contained in:
Thayne McCombs 2023-02-24 00:14:46 -07:00
parent 3cf5ac0b9a
commit 840a565d3a
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Upcoming release # v8.7.0
## Features ## Features

2
Cargo.lock generated
View File

@ -305,7 +305,7 @@ dependencies = [
[[package]] [[package]]
name = "fd-find" name = "fd-find"
version = "8.6.0" version = "8.7.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"argmax", "argmax",

View File

@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
name = "fd-find" name = "fd-find"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sharkdp/fd" repository = "https://github.com/sharkdp/fd"
version = "8.6.0" version = "8.7.0"
edition= "2021" edition= "2021"
rust-version = "1.64.0" rust-version = "1.64.0"

View File

@ -324,8 +324,8 @@ Options:
-X, --exec-batch <cmd>... Execute a command with all search results at once -X, --exec-batch <cmd>... Execute a command with all search results at once
-c, --color <when> When to use colors [default: auto] [possible values: auto, -c, --color <when> When to use colors [default: auto] [possible values: auto,
always, never] always, never]
-h, --help Print help information (use `--help` for more detail) -h, --help Print help (see more with '--help')
-V, --version Print version information -V, --version Print version
``` ```
## Benchmark ## Benchmark
@ -540,7 +540,7 @@ Make sure that `$HOME/.local/bin` is in your `$PATH`.
If you use an older version of Ubuntu, you can download the latest `.deb` package from the 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: [release page](https://github.com/sharkdp/fd/releases) and install it via:
``` bash ``` bash
sudo dpkg -i fd_8.6.0_amd64.deb # adapt version number and architecture sudo dpkg -i fd_8.7.0_amd64.deb # adapt version number and architecture
``` ```
### On Debian ### On Debian
@ -679,7 +679,7 @@ With Rust's package manager [cargo](https://github.com/rust-lang/cargo), you can
``` ```
cargo install fd-find cargo install fd-find
``` ```
Note that rust version *1.60.0* or later is required. Note that rust version *1.64.0* or later is required.
`make` is also needed for the build. `make` is also needed for the build.