diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "growth-ring" -version = "0.1.3" +version = "0.1.4" authors = ["Determinant <[email protected]>"] 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" |