summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2017-05-04 08:09:33 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2017-05-04 08:22:18 +0300
commite3948ce267f243f6787d2a4fce6d12b042544fa3 (patch)
treefea0772e4ce7e2210c2a38250d24f3e618617fb5
parent4d5fe5557988794034372dc27d3ad3ee1389c9af (diff)
Bump errno
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 81db91c..f69379d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,5 +11,5 @@ repository = "https://gitlab.com/imp/pager-rs.git"
version = "0.9.4"
[dependencies]
-errno = "0.1.8"
+errno = "0.2"
libc = "0.2"