From 8527eceb041a4debe7aa885d2f3a9d6420b079ea Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Thu, 30 Aug 2018 17:05:35 +0300 Subject: [PATCH] Update to stable branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0f7532..f79e101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["NikVolf "] [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"