diff --git a/Cargo.lock b/Cargo.lock index f588962..9a04b1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,7 +498,7 @@ dependencies = [ [[package]] name = "nrr" -version = "0.7.0" +version = "0.8.0" dependencies = [ "ahash", "clap", diff --git a/Cargo.toml b/Cargo.toml index f2e3b7f..f47c807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nrr" -version = "0.7.0" +version = "0.8.0" edition = "2021" description = "Minimal, blazing fast npm scripts runner"