From 60b39a2d3690dfe98f63566b50dcd2d0cf299af0 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts <2467194+yoshuawuyts@users.noreply.github.com> Date: Thu, 17 Nov 2022 01:07:05 +0100 Subject: [PATCH] (cargo-release) version 7.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d070e7e..795ca19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-concurrency" -version = "6.0.1" +version = "7.0.0" license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/futures-concurrency" documentation = "https://docs.rs/futures-concurrency"