Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maolonglong committed Jan 31, 2024
1 parent 10b9161 commit fc7d911
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <shaolong.chen@outlook.it>"]
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"]
Expand Down

0 comments on commit fc7d911

Please sign in to comment.