From 7c15d69ab5fac036d659977497e19c6d3ee74375 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sat, 24 Feb 2024 10:05:38 +0800 Subject: [PATCH] v0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"