diff --git a/Cargo.lock b/Cargo.lock index 8f85cd6..cdb886b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -510,7 +510,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.54.0" +version = "0.55.0" dependencies = [ "anyhow", "codespan", diff --git a/Cargo.toml b/Cargo.toml index b4a2e5a..887ac3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.54.0" +version = "0.55.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes commands using fuzzy finder with preview window for make, pnpm."