From dec5ce0c7f650aa6fccdcfe1e71147171402a5c4 Mon Sep 17 00:00:00 2001 From: Yosh Date: Fri, 12 Apr 2024 11:11:39 +0200 Subject: [PATCH] chore: Release futures-concurrency version 7.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7433f52..8788f27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-concurrency" -version = "7.5.0" +version = "7.6.0" license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/futures-concurrency" documentation = "https://docs.rs/futures-concurrency"