From f6da38a4bf031d7888d7d73d7cdf5eecdf6185bf Mon Sep 17 00:00:00 2001 From: David Danier Date: Wed, 1 May 2024 09:32:47 +0200 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.4.0?= 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 15f2fef..ccc047c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2615,7 +2615,7 @@ dependencies = [ [[package]] name = "nur" -version = "0.3.0" +version = "0.4.0" dependencies = [ "miette", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index d3d01c5..16e65ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nur" description = "nur - a taskrunner based on nu shell" -version = "0.3.0" +version = "0.4.0" rust-version = "1.77.2" edition = "2021" license = "MIT"