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