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"