From e85fb7fdda9fc4a1c319c0e856e1924dc028c2f0 Mon Sep 17 00:00:00 2001 From: Hans-Martin Will Date: Wed, 7 Mar 2018 21:53:28 -0800 Subject: [PATCH] Bump version number --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 260f788..c6da836 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,9 +19,8 @@ tokio = "0.1" futures = "0.1" futures-cpupool = "0.1" mio = "0.6.13" -aio-bindings = { path = "aio-bindings", version = "0.1.1" } +aio-bindings = { path = "aio-bindings", version = "0.1.2" } libc = "0.2" - memmap = "0.6.2" [workspace]