From 4a05aac92639f5d4291cfc004589c87b5be89a98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Mar 2024 23:28:39 +0000 Subject: [PATCH] chore: Release nix-your-shell version 1.4.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b648cf..6c74703 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "nix-your-shell" -version = "1.4.3" +version = "1.4.4" dependencies = [ "calm_io", "camino", diff --git a/Cargo.toml b/Cargo.toml index 733f650..1b284bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nix-your-shell" -version = "1.4.3" +version = "1.4.4" edition = "2021" authors = ["Rebecca Turner "] description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"