mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
Updates for fd 8.5.3
This commit is contained in:
parent
45cb15d60f
commit
41d775bedd
4 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
|||
# Upcoming release
|
||||
|
||||
# v8.5.3
|
||||
|
||||
## Bugfixes
|
||||
|
||||
- Fix completion generation to not include full path of fd command
|
||||
- Fix build error if completions feature is disabled
|
||||
|
||||
# v8.5.2
|
||||
|
||||
## Bugfixes
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -308,7 +308,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fd-find"
|
||||
version = "8.5.2"
|
||||
version = "8.5.3"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"anyhow",
|
||||
|
|
|
@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "fd-find"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/sharkdp/fd"
|
||||
version = "8.5.2"
|
||||
version = "8.5.3"
|
||||
edition= "2021"
|
||||
|
||||
[badges.appveyor]
|
||||
|
|
|
@ -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
|
||||
[release page](https://github.com/sharkdp/fd/releases) and install it via:
|
||||
``` bash
|
||||
sudo dpkg -i fd_8.5.2_amd64.deb # adapt version number and architecture
|
||||
sudo dpkg -i fd_8.5.3_amd64.deb # adapt version number and architecture
|
||||
```
|
||||
|
||||
### On Debian
|
||||
|
|
Loading…
Reference in a new issue