aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 0d4b1d8..a14d17d 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -6,7 +6,7 @@ name = "mio"
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create git tag
-version = "0.7.8"
+version = "0.7.11"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",
@@ -57,7 +57,7 @@ libc = "0.2.86"
[target.'cfg(windows)'.dependencies]
miow = "0.3.6"
-winapi = { version = "0.3", features = ["winsock2", "mswsock"] }
+winapi = { version = "0.3", features = ["winsock2", "mswsock", "mstcpip"] }
ntapi = "0.3"
[dev-dependencies]