From 7fa4004ebf9a9997562f888b8c2af8950e70a6f1 Mon Sep 17 00:00:00 2001 From: Avril Date: Sat, 22 Mar 2025 13:56:19 +0000 Subject: [PATCH] Version bump 1.2.0: Added SIGINT trapping & graceful cancellation: SIGINT does not terminate already-running child processes, just prevents more from being spawned and waits on the running ones. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for leanify-many's current commit: Future blessing − 末吉 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6a31f4..edbb30f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "leanify-many" -version = "1.1.1" +version = "1.2.0" dependencies = [ "cfg-if", "futures", diff --git a/Cargo.toml b/Cargo.toml index 92e54de..57fa10b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leanify-many" -version = "1.1.1" +version = "1.2.0" description = "spawn leanify subprocesses" authors = ["Avril "] edition = "2018"