diff options
author | Determinant <[email protected]> | 2020-06-17 23:06:09 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-17 23:06:09 -0400 |
commit | 33070682dcf1ec0bf9b22cd2ea38cf983a628f7d (patch) | |
tree | 954a4bfb2c00927b1c65ace3dfdddb22b6cda06e /Cargo.toml | |
parent | ac755fb17ec1a72361fa734dc453fa336e9f818f (diff) |
bump the version of libaio-futuresv0.1.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [package] name = "growth-ring" -version = "0.1.2" +version = "0.1.3" authors = ["Determinant <[email protected]>"] edition = "2018" homepage = "https://github.com/Determinant/growth-ring" @@ -12,12 +12,12 @@ description = "Simple and modular write-ahead-logging implementation." [dependencies] crc = "1.8.1" -lru = "0.5.1" +lru = "0.5.2" scan_fmt = "0.2.5" regex = "1.3.9" async-trait = "0.1.35" futures = "0.3.5" -libaio-futures = "0.1.2" +libaio-futures = "0.1.4" nix = "0.17.0" libc = "0.2.71" |