aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-08-24 12:46:05 -0400
committerDeterminant <tederminant@gmail.com>2020-08-24 12:46:05 -0400
commit5a578e4dac2721b324aff1665b7d2afbe00b5fb3 (patch)
tree03f8a3ea2c7adee04e99b86dd930d8072a76783f /Cargo.toml
parent33070682dcf1ec0bf9b22cd2ea38cf983a628f7d (diff)
bump the version of libaio-futuresv0.1.4
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 c53eb7d..dd87bde 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "growth-ring"
-version = "0.1.3"
+version = "0.1.4"
authors = ["Determinant <tederminant@gmail.com>"]
edition = "2018"
homepage = "https://github.com/Determinant/growth-ring"
@@ -17,7 +17,7 @@ scan_fmt = "0.2.5"
regex = "1.3.9"
async-trait = "0.1.35"
futures = "0.3.5"
-libaio-futures = "0.1.4"
+libaio-futures = "0.1.7"
nix = "0.17.0"
libc = "0.2.71"