From 2a19afb8659e081695ebdc5402e9605dbb50e5af Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 3 Apr 2020 18:48:10 +0200 Subject: Pin dependencies to keep our MSRV stable. - Our previous approach of constraining the version using "< 0.1.10" no longer worked, and resulted in two versions of the crate being selected, one of which exceeded our MSRV. - Same for socket2. --- ipc/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'ipc') diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index 78645ea5..5e3aa37d 100644 --- a/ipc/Cargo.toml +++ b/ipc/Cargo.toml @@ -37,6 +37,7 @@ tokio = "0.1" tokio-core = "0.1" tokio-io = "0.1.4" parity-tokio-ipc = "0.4" +socket2 = "= 0.3.11" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", default-features = false, features = ["winsock2"] } -- cgit v1.2.3