From ad1764e448e542e856ffb19b19982d2e2eb85bc2 Mon Sep 17 00:00:00 2001 From: Yosh Date: Mon, 22 May 2023 20:33:07 +0200 Subject: [PATCH] chore: Release futures-concurrency version 7.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1a477e..807f870 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-concurrency" -version = "7.2.0" +version = "7.2.1" license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/futures-concurrency" documentation = "https://docs.rs/futures-concurrency"