summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-05-25 15:38:30 +0200
committersharkdp <davidpeter@web.de>2020-05-25 15:38:30 +0200
commit5648597a617adae62500c65320f377574a1325fd (patch)
tree5e3e4d23eeae5c0fd899b442a5425a00b666fcf9
parentb3258e00df4e974e98760c7c8e0a0f88b0cc0597 (diff)
Bump version to 8.1.1v8.1.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 30411a4..5d234cb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",
diff --git a/Cargo.toml b/Cargo.toml
index 09a7acc..2c052fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]