From 927d6b9888a8100ab6d66238f1f9dc7cacecb781 Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 24 Mar 2025 14:43:30 +0000 Subject: [PATCH] Version bump: 1.2.1: Enable feature flag `shutdown` & command-line options `-n`/`--no-cancel`. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for leanify-many's current commit: Small blessing − 小吉 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9114d5..47b1b99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "leanify-many" -version = "1.2.0+1" +version = "1.2.1" dependencies = [ "cfg-if", "futures", diff --git a/Cargo.toml b/Cargo.toml index 72d58e0..8447d70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leanify-many" -version = "1.2.0+1" +version = "1.2.1" description = "spawn leanify subprocesses" authors = ["Avril "] edition = "2018"