diff options
author | Alex Auvolat <alex@adnab.me> | 2023-02-02 15:18:27 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-02-02 15:18:27 +0100 |
commit | db1d4411a904bec2d1c2a1c4735ad09cc7f98632 (patch) | |
tree | cf07b0e452a653793d2f672c6a0276819c5b1d22 | |
parent | 552fc7e5a0d623114901d4d8e8e29bfffa47e09c (diff) | |
download | df-consul-db1d4411a904bec2d1c2a1c4735ad09cc7f98632.tar.gz df-consul-db1d4411a904bec2d1c2a1c4735ad09cc7f98632.zip |
version 0.3.0
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.2.0" +version = "0.3.0" edition = "2021" license = "MIT" repository = "https://git.deuxfleurs.fr/Deuxfleurs/df-consul" |