From 7f6fb0a7738d921e3d02f5219301a6714076b8db Mon Sep 17 00:00:00 2001 From: David Danier Date: Mon, 22 Jul 2024 21:31:29 +0200 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.7.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43ebc8c..e407161 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2069,7 +2069,7 @@ dependencies = [ [[package]] name = "nur" -version = "0.7.2" +version = "0.7.3" dependencies = [ "miette", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index d6b1412..739b35a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nur" description = "nur - a taskrunner based on nu shell" -version = "0.7.2" +version = "0.7.3" rust-version = "1.77.2" edition = "2021" license = "MIT"