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 e4158eb..0d4b1d8 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.7"
+version = "0.7.8"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",
@@ -53,7 +53,7 @@ os-util = ["os-ext"]# Replaced with "os-ext" feature.
log = "0.4.8"
[target.'cfg(unix)'.dependencies]
-libc = "0.2.69"
+libc = "0.2.86"
[target.'cfg(windows)'.dependencies]
miow = "0.3.6"