Update to stable branch

This commit is contained in:
Nikolay Volf 2018-08-30 17:05:35 +03:00 committed by GitHub
parent d42979982e
commit 8527eceb04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ authors = ["NikVolf <nikvolf@gmail.com>"]
[dependencies]
tokio-uds = "0.2"
tokio-named-pipes = { version = "0.2", git = "https://github.com/nikvolf/tokio-named-pipes" }
tokio-named-pipes = { git = "https://github.com/nikvolf/tokio-named-pipes", branch = "stable" }
futures = "0.1"
tokio = "0.1"
rand = "0.3"