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