process: Bump to 0.2.1

This commit is contained in:
Ivan Petkov
2019-06-24 16:56:52 -07:00
parent 7b3e4b98ac
commit 827e77e71e
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ First, add this to your `Cargo.toml`:
```toml
[dependencies]
tokio-process = "0.1.1"
tokio-process = "0.2"
```
Next, add this to your crate: