diff --git a/Cargo.lock b/Cargo.lock index 038bf4a..f809641 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "nix-your-shell" -version = "1.3.1" +version = "1.4.0" dependencies = [ "camino", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5a55090..a4f84fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nix-your-shell" -version = "1.3.1" +version = "1.4.0" edition = "2021" authors = ["Rebecca Turner "] description = "A `nix` and `nix-shell` wrapper for shells other than `bash`"