From 30beb5920679ae88ce99ed6c2d23b73ca2c05e3b Mon Sep 17 00:00:00 2001 From: Yosh Date: Thu, 24 Oct 2024 17:44:02 +0200 Subject: [PATCH] chore: Release futures-concurrency version 7.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 643ad58..4100836 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-concurrency" -version = "7.6.1" +version = "7.6.2" license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/futures-concurrency" documentation = "https://docs.rs/futures-concurrency"