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`"