diff --git a/Cargo.lock b/Cargo.lock index 5d931893..974dd815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.7.0" +version = "0.8.0" dependencies = [ "colored", "regex", diff --git a/Cargo.toml b/Cargo.toml index 87435d0b..5c590254 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes make target using fuzzy finder with preview window."