mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-23 00:00:10 +02:00
process: Update README
This commit is contained in:
@@ -6,7 +6,7 @@ An implementation of process management for Tokio
|
||||
[](https://ci.appveyor.com/project/alexcrichton/tokio-process)
|
||||
[](https://crates.io/crates/tokio-process)
|
||||
|
||||
[Documentation](https://docs.rs/tokio-process/0.2)
|
||||
[Documentation](https://docs.rs/tokio-process/0.1)
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -14,7 +14,7 @@ First, add this to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio-process = "0.2"
|
||||
tokio-process = "0.1.1"
|
||||
```
|
||||
|
||||
Next, add this to your crate:
|
||||
|
||||
Reference in New Issue
Block a user