aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-12 15:53:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-12 15:53:39 +0000
commitef95edc9d2dfeba49eb6056a37af9a23ec3c46bc (patch)
tree9d90156cdc95cd4ef05a842b91127753b251d0a0 /Cargo.toml.orig
parent4cc559481572019a1f765daa27c7bf8dd31ced35 (diff)
parentaa25fe6ab1b96f8c13eb63ccf920810290cd4aab (diff)
downloadmio-ef95edc9d2dfeba49eb6056a37af9a23ec3c46bc.tar.gz
Upgrade rust/crates/mio to 0.7.11 am: aa25fe6ab1
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/mio/+/1662926 Change-Id: I6d0659e03db1d7498eb6cac0e483e08b414f276e
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]