update also dependency sample

This commit is contained in:
Nikolay Volf 2018-08-28 13:20:12 +03:00 committed by GitHub
parent 5caa7b996f
commit 79b3c84dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ A library for integrating Windows [Named Pipes] with [tokio].
```toml
# Cargo.toml
[dependencies]
tokio-named-pipes = "0.1"
tokio-named-pipes = { git = "https://github.com/NikVolf/tokio-named-pipes", branch = "stable" }
```
Next, add this to your crate: