aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2022-09-02 14:22:57 +0200
committerAlex <alex@adnab.me>2022-09-02 14:22:57 +0200
commita82700c5a27612002e6ee029ae77915b8114182f (patch)
tree7c79d9d17e1506f1fcddc6163fb27b2570f71113 /Cargo.toml
parent8c73b276557405e5d7eac8139b6f8a79d0379200 (diff)
parentca25331d7320dddbe8f76c2a74bf406cd0622c2e (diff)
downloadnetapp-a82700c5a27612002e6ee029ae77915b8114182f.tar.gz
netapp-a82700c5a27612002e6ee029ae77915b8114182f.zip
Merge pull request 'Fix ping timeout and interval' (#4) from fix-ping into main
Reviewed-on: https://git.deuxfleurs.fr/lx/netapp/pulls/4
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 af3f1ab..9a69d66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netapp"
-version = "0.4.4"
+version = "0.4.5"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license-file = "LICENSE"