From 0c041921fe08fcffd4c8290363e289251c41a9bf Mon Sep 17 00:00:00 2001 From: hozan23 Date: Thu, 4 Jul 2024 13:48:21 +0200 Subject: [PATCH] bump version to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a491fe..1c386d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-broadcast" -version = "0.7.1" +version = "0.8.0" license = "MIT OR Apache-2.0" repository = "https://github.com/smol-rs/async-broadcast" documentation = "https://docs.rs/async-broadcast"