From 41de77601fbe548918fc9337d916f583e903a45f Mon Sep 17 00:00:00 2001 From: Miguel Ramos Date: Wed, 7 Aug 2024 09:12:20 +0100 Subject: [PATCH] fix: change_exist iter was using any, changed to all --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/changes.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1b07c00..dbcd28ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2519,7 +2519,7 @@ dependencies = [ [[package]] name = "workspace-node-tools" -version = "1.0.15" +version = "1.0.16" dependencies = [ "chrono", "execute", diff --git a/Cargo.toml b/Cargo.toml index 205f5127..221d77f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "workspace-node-tools" -version = "1.0.15" +version = "1.0.16" edition = "2021" description = "Node workspace version tools" repository = "https://github.com/websublime/workspace-node-tools" diff --git a/src/changes.rs b/src/changes.rs index 6197ffbd..1bf6620b 100644 --- a/src/changes.rs +++ b/src/changes.rs @@ -322,10 +322,10 @@ pub fn change_exist(branch: String, packages_name: Vec, cwd: Option