From 85378709d4e4459196ea4f21dde7d3a842efc06b Mon Sep 17 00:00:00 2001 From: Aaron Riekenberg Date: Sat, 25 Nov 2023 13:00:34 -0600 Subject: [PATCH] Version 1.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c048453..1e65870 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,7 +575,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "rust-parallel" -version = "1.10.4" +version = "1.11.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index dcb7373..e465000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-parallel" -version = "1.10.4" +version = "1.11.0" authors = ["Aaron Riekenberg "] edition = "2021" categories = ["asynchronous", "command-line-interface", "concurrency"]