diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-19 19:46:41 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-19 19:46:41 +0200 |
commit | e4c0be848d50c0480fc54c69074bc8b3f88d83bf (patch) | |
tree | f6adaffb1679078e59b89a0088c3807981339dc7 /Cargo.toml | |
parent | 1a413eef977690870dcd5c7bfad50e4fbf62aee7 (diff) | |
download | netapp-e4c0be848d50c0480fc54c69074bc8b3f88d83bf.tar.gz netapp-e4c0be848d50c0480fc54c69074bc8b3f88d83bf.zip |
Ability to configure ping timeout intervalv0.5.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "netapp" -version = "0.5.1" +version = "0.5.2" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license-file = "LICENSE" |