Skip to content

Commit 8a01c70

Browse files
committed
Merge branch 'main' of https://github.com/al8n/wg
2 parents 3700cca + 4d4f95a commit 8a01c70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ enbale `future` feature in your `Cargo.toml` and use `wg::future::AsyncWaitGroup
2929

3030
```toml
3131
[dependencies]
32-
wg = "0.7"
32+
wg = "0.8"
3333
```
3434

3535
### `tokio`
@@ -38,7 +38,7 @@ An async implementation for `tokio` runtime.
3838

3939
```toml
4040
[dependencies]
41-
wg = { version: "0.7", features = ["tokio"] }
41+
wg = { version = "0.8", features = ["tokio"] }
4242
```
4343

4444
### `future`
@@ -47,7 +47,7 @@ A more generic async implementation.
4747

4848
```toml
4949
[dependencies]
50-
wg = { version: "0.7", features = ["future"] }
50+
wg = { version = "0.8", features = ["future"] }
5151
```
5252

5353
## Instruction

0 commit comments

Comments
 (0)