From edbadadc1e1ca18489fbd3900bc3cfa6af51f27e Mon Sep 17 00:00:00 2001 From: Yosh Date: Sun, 13 Aug 2023 13:27:03 +0200 Subject: [PATCH] chore: Release futures-concurrency version 7.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc2257d..1e5e511 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-concurrency" -version = "7.3.0" +version = "7.4.0" license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/futures-concurrency" documentation = "https://docs.rs/futures-concurrency"