From 9271cac3b46e2a2b9c320cdd7197253adeb355c8 Mon Sep 17 00:00:00 2001 From: Yosh Date: Fri, 23 Jun 2023 15:23:23 +0200 Subject: [PATCH] chore: Release futures-concurrency version 7.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 807f870..41504a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-concurrency" -version = "7.2.1" +version = "7.3.0" license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/futures-concurrency" documentation = "https://docs.rs/futures-concurrency"