From 8139fadbff0c74b5a93c0257eed268f51d516c68 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 10 Nov 2015 09:58:38 -0800 Subject: [PATCH] Bump ws2_32-sys version --- openssl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index a90b11da4..2b6c6556b 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -36,4 +36,4 @@ libc = "0.2" rustc-serialize = "0.3" net2 = "0.2.16" winapi = "0.2" -ws2_32-sys = "0.1" +ws2_32-sys = "0.2" -- GitLab