aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-05-09 11:54:34 +0200
committerAlex Auvolat <alex@adnab.me>2022-05-09 11:54:34 +0200
commit677c47154817857c806ec755bae6cf1b83023cc3 (patch)
tree0fe5068f4635e751a070fc3fb061884dacbe0614 /Cargo.toml
parentfaecefc7a8ce91582b33f3da45a3ba4669afeffe (diff)
downloadnetapp-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5705342..87e641e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"