From 1795a1ceda76c3c1c933e8fa848b7c328f66c620 Mon Sep 17 00:00:00 2001 From: Yosh Date: Wed, 29 Jan 2025 18:11:13 +0100 Subject: [PATCH] chore: Release futures-concurrency version 7.6.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a8bfaf..9bd4cbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-concurrency" -version = "7.6.2" +version = "7.6.3" license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/futures-concurrency" documentation = "https://docs.rs/futures-concurrency"