Bump version to 8.1.1

This commit is contained in:
sharkdp 2020-05-25 15:38:30 +02:00
parent b3258e00df
commit 5648597a61
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -158,7 +158,7 @@ dependencies = [
[[package]]
name = "fd-find"
version = "8.1.0"
version = "8.1.1"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"anyhow 1.0.31 (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 = "8.1.0"
version = "8.1.1"
edition= "2018"
[badges.appveyor]