From a062677d489f4d84b280131e9d153b8ef6745c90 Mon Sep 17 00:00:00 2001 From: David Danier Date: Mon, 21 Oct 2024 10:43:20 +0200 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.11.1?= 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 6b14994..ac386dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2185,7 +2185,7 @@ dependencies = [ [[package]] name = "nur" -version = "0.11.0" +version = "0.11.1" dependencies = [ "miette", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index afbdd7f..01009a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nur" description = "nur - a taskrunner based on nu shell" -version = "0.11.0" +version = "0.11.1" rust-version = "1.79.0" edition = "2021" license = "MIT"