diff --git a/Cargo.lock b/Cargo.lock index eb70d74..f4d7b28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ dependencies = [ [[package]] name = "nix-your-shell" -version = "1.4.2" +version = "1.4.3" dependencies = [ "calm_io", "camino", diff --git a/Cargo.toml b/Cargo.toml index 9b41f1b..12c5718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nix-your-shell" -version = "1.4.2" +version = "1.4.3" edition = "2021" authors = ["Rebecca Turner "] description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"