From fc7d911010266e8ef30edddd8cc4745f1531b0be Mon Sep 17 00:00:00 2001 From: Shaolong Chen Date: Wed, 31 Jan 2024 22:36:45 +0800 Subject: [PATCH] Release 0.1.2 --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7663bcf..55b6ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,12 @@ [package] name = "async-waitgroup" description = "Golang like WaitGroup implementation that supports both sync and async Rust" -version = "0.1.1" +version = "0.1.2" authors = ["Shaolong Chen "] license = "MIT OR Apache-2.0" repository = "https://github.com/maolonglong/async-waitgroup" +homepage = "https://github.com/maolonglong/async-waitgroup" +documentation = "https://docs.rs/async-waitgroup" edition = "2021" categories = ["asynchronous", "concurrency"] keywords = ["atomic", "sync", "async", "waitgroup", "futures"]