mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
Bump version
This commit is contained in:
parent
1056220421
commit
25a728529d
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -96,7 +96,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "fd-find"
|
||||
version = "7.3.0"
|
||||
version = "7.4.0"
|
||||
dependencies = [
|
||||
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -16,7 +16,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "fd-find"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/sharkdp/fd"
|
||||
version = "7.3.0"
|
||||
version = "7.4.0"
|
||||
edition= "2018"
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -142,7 +142,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.3.0_amd64.deb # adapt version number and architecture
|
||||
sudo dpkg -i fd_7.4.0_amd64.deb # adapt version number and architecture
|
||||
```
|
||||
|
||||
### On Debian
|
||||
|
|
Loading…
Reference in a new issue