From 485c4286e10e2532ff81ad2084218a5a8745548e Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Wed, 22 May 2024 00:32:21 +0900 Subject: [PATCH] Bump fzf-make's version to v0.31.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a970da74..174fa032 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.30.0" +version = "0.31.0" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index 851a6eb6..650e9985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.30.0" +version = "0.31.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes make target using fuzzy finder with preview window."