diff --git a/Cargo.lock b/Cargo.lock index e1b8e2a..e4ccf64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2551,7 +2551,7 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "nur" -version = "0.1.16" +version = "0.1.17" dependencies = [ "miette", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index a9e3769..29506e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nur" description = "nur - a taskrunner based on nu shell" -version = "0.1.16" +version = "0.1.17" rust-version = "1.77.2" edition = "2021" license = "MIT"