From 40fae1f74b774f7473c1867d2f13b51468588f65 Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:32:09 +0900 Subject: [PATCH] Bump fzf-make's version to v0.33.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 900066c..4bb07c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.32.0" +version = "0.33.0" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index 4585fb7..5037253 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.32.0" +version = "0.33.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes make target using fuzzy finder with preview window."