summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-06-13 11:35:30 +0200
committerAlex Auvolat <alex@adnab.me>2023-06-13 11:35:30 +0200
commit2f968a585df2b560a2270f3323f578750bc15a67 (patch)
tree1b8bf384884ba0283c3da48928aba908fac56cfb /Cargo.toml
parent45e12c3bcd1198bdfce3a4f7f000ef4177067a5c (diff)
downloaddf-consul-main.tar.gz
df-consul-main.zip
Deserialize null into empty hashmap and add service meta fieldsHEADmain
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 99c4aa0..4c76a58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "df-consul"
description = "Deuxfleurs' async Rust bindings for (a subset of) the Consul HTTP API"
authors = [ "Alex Auvolat <alex@adnab.me>" ]
-version = "0.3.4"
+version = "0.3.5"
edition = "2021"
license = "MIT"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/df-consul"