Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Oct 16, 2021
1 parent 0aed580 commit a125d30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next (YYYY-MM-DD)

## v1.0.8 (2021-10-16)

- Bugfix: compiling would fail when Tokio was missing the `io-util` feature (not `io-std`).

## v1.0.7 (2021-10-16) (yanked)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "command-group"
version = "1.0.7"
version = "1.0.8"

authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0 OR MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _Extension to [`Command`](https://doc.rust-lang.org/std/process/struct.Command.h

```toml
[dependencies]
command-group = "1.0.7"
command-group = "1.0.8"
```

```rust
Expand All @@ -37,7 +37,7 @@ dbg!(status);

```toml
[dependencies]
command-group = { version = "1.0.7", features = ["with-tokio"] }
command-group = { version = "1.0.8", features = ["with-tokio"] }
tokio = { version = "1.10.0", features = ["full"] }
```

Expand Down

0 comments on commit a125d30

Please sign in to comment.