diff --git a/Cargo.lock b/Cargo.lock index a913d07..90313a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,7 +293,7 @@ dependencies = [ [[package]] name = "nrr" -version = "0.5.1" +version = "0.5.2" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index b5c5d4e..2accf2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nrr" -version = "0.5.1" +version = "0.5.2" edition = "2021" description = "Minimal, blazing fast Node.js script runner"