aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-17 19:53:43 -0800
committerHaibo Huang <hhb@google.com>2021-02-17 19:53:43 -0800
commit800e864d68737296cf1258b8e18915dc01e64ef9 (patch)
treea8f8e81c04c599df6a47dc43fc32a4470cc76d55 /Cargo.toml
parent6aea16abde398cf8864b5e570b1d6a689c152bbb (diff)
downloadmio-800e864d68737296cf1258b8e18915dc01e64ef9.tar.gz
Upgrade rust/crates/mio to 0.7.8
Test: make Change-Id: Ifa282eee38e66604bfaafe68e4ba82e3c4b2761c
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1115469..80f9f6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "mio"
-version = "0.7.7"
+version = "0.7.8"
authors = ["Carl Lerche <me@carllerche.com>", "Thomas de Zeeuw <thomasdezeeuw@gmail.com>", "Tokio Contributors <team@tokio.rs>"]
include = ["Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", "src/**/*.rs", "examples/**/*.rs"]
description = "Lightweight non-blocking IO"
@@ -60,7 +60,7 @@ tcp = ["net"]
udp = ["net"]
uds = ["net"]
[target."cfg(unix)".dependencies.libc]
-version = "0.2.69"
+version = "0.2.86"
[target."cfg(windows)".dependencies.miow]
version = "0.3.6"