summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-02-02 16:24:30 +0100
committerAlex Auvolat <alex@adnab.me>2023-02-02 16:24:30 +0100
commita11ed03031cb59b412950d62960fc27cf919e2bf (patch)
treee08fb386d8bd24977ae119c8b214ed3932c5a035 /Cargo.toml
parentff14118db7ac838910f4ace03bc24f6dbafc62b3 (diff)
downloaddf-consul-a11ed03031cb59b412950d62960fc27cf919e2bf.tar.gz
df-consul-a11ed03031cb59b412950d62960fc27cf919e2bf.zip
Avoid sending useless changes to downstream listener
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 b844a1f..3f967b4 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.2"
+version = "0.3.3"
edition = "2021"
license = "MIT"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/df-consul"