diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index a34c09ebb..1bb460e41 100644 --- a/ipc/Cargo.toml +++ b/ipc/Cargo.toml @@ -13,7 +13,7 @@ log = "0.4" tokio-service = "0.1" jsonrpc-core = { version = "9.0", path = "../core" } jsonrpc-server-utils = { version = "9.0", path = "../server-utils" } -parity-tokio-ipc = { git = "https://github.com/NikVolf/parity-tokio-ipc", rev = "306ea3e" } +parity-tokio-ipc = "0.1" parking_lot = "0.6" [dev-dependencies]