diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-09 11:54:34 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-09 11:54:34 +0200 |
commit | 677c47154817857c806ec755bae6cf1b83023cc3 (patch) | |
tree | 0fe5068f4635e751a070fc3fb061884dacbe0614 /Cargo.toml | |
parent | faecefc7a8ce91582b33f3da45a3ba4669afeffe (diff) | |
download | netapp-677c47154817857c806ec755bae6cf1b83023cc3.tar.gz netapp-677c47154817857c806ec755bae6cf1b83023cc3.zip |
Handle the possibility of several alternative IP addresses for peers
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.4.2" +version = "0.4.3" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license-file = "LICENSE" |