From 4fdf4c27efdc69bc3cc8443c39f352fabec8bb63 Mon Sep 17 00:00:00 2001 From: Tatsuya Kyushima <49891479+kyu08@users.noreply.github.com> Date: Thu, 4 Jan 2024 01:14:19 +0900 Subject: [PATCH] Bump fzf-make's version to v0.15.0 (#185) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 828efff8..40176195 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.14.0" +version = "0.15.0" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index 6789dd3e..a44dfb5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.14.0" +version = "0.15.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes make target using fuzzy finder with preview window."