From 0be0d5d31c52805adc9e28f068b5da1cc1bbec42 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Fri, 26 Jan 2024 17:49:43 +0800 Subject: [PATCH] v0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb5287e..bfe67ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ [[package]] name = "nrr" -version = "0.4.1" +version = "0.5.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 93079ff..7c006cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nrr" -version = "0.4.1" +version = "0.5.0" edition = "2021" description = "Minimal, blazing fast Node.js script runner"