diff --git a/Cargo.lock b/Cargo.lock index 5515e720..5751caa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index 97c14879..4d140bf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.11.0" +version = "0.12.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes make target using fuzzy finder with preview window."