diff --git a/Cargo.lock b/Cargo.lock index 130547ae..c34e91c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,7 +472,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.51.0" +version = "0.52.0" dependencies = [ "anyhow", "codespan", diff --git a/Cargo.toml b/Cargo.toml index e31829b2..cbf4659f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.51.0" +version = "0.52.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes commands using fuzzy finder with preview window for make, pnpm."