From 5648597a617adae62500c65320f377574a1325fd Mon Sep 17 00:00:00 2001 From: sharkdp Date: Mon, 25 May 2020 15:38:30 +0200 Subject: [PATCH] Bump version to 8.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 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]