From 7482f6bf273c249e07de3479f2f6a7553bdc5d74 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 22 Dec 2015 17:32:03 -0700 Subject: [PATCH] Drop net2 feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67163187..7e4f5fed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ byteorder = ">= 0.3, < 0.5" log = "0.3" phf = "0.7" hex = "0.1" -net2 = { version = "0.2", features = ["nightly"] } +net2 = "0.2.16" rustc-serialize = { version = "0.3", optional = true } chrono = { version = "0.2.14", optional = true } openssl = { version = ">= 0.6.4, < 0.8", optional = true }