From 0c52d2579931fe7c4f3485811e7a726b46e69f13 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Fri, 15 Oct 2021 22:53:57 +0200 Subject: [PATCH] v2.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a463aee..71948b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parallel-stream" -version = "2.1.2" +version = "2.1.3" license = "MIT OR Apache-2.0" repository = "https://github.com/async-rs/parallel-stream" documentation = "https://docs.rs/parallel-stream"