Skip to content

Commit 7482f6b

Browse files
committed
Drop net2 feature
1 parent 258a703 commit 7482f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ byteorder = ">= 0.3, < 0.5"
3030
log = "0.3"
3131
phf = "0.7"
3232
hex = "0.1"
33-
net2 = { version = "0.2", features = ["nightly"] }
33+
net2 = "0.2.16"
3434
rustc-serialize = { version = "0.3", optional = true }
3535
chrono = { version = "0.2.14", optional = true }
3636
openssl = { version = ">= 0.6.4, < 0.8", optional = true }

0 commit comments

Comments
 (0)