Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/al8n/wg
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Apr 16, 2024
2 parents 3700cca + 4d4f95a commit 8a01c70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ enbale `future` feature in your `Cargo.toml` and use `wg::future::AsyncWaitGroup

```toml
[dependencies]
wg = "0.7"
wg = "0.8"
```

### `tokio`
Expand All @@ -38,7 +38,7 @@ An async implementation for `tokio` runtime.

```toml
[dependencies]
wg = { version: "0.7", features = ["tokio"] }
wg = { version = "0.8", features = ["tokio"] }
```

### `future`
Expand All @@ -47,7 +47,7 @@ A more generic async implementation.

```toml
[dependencies]
wg = { version: "0.7", features = ["future"] }
wg = { version = "0.8", features = ["future"] }
```

## Instruction
Expand Down

0 comments on commit 8a01c70

Please sign in to comment.