From 513935a8ed3b0a84e8287b9410bbbd97df63fbaa Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Wed, 15 Nov 2023 14:20:52 +0100 Subject: [PATCH] release: v0.1.6 Signed-off-by: Florentin Dubois --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbe46e0..bd7858d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1875,7 +1875,7 @@ dependencies = [ [[package]] name = "sozu-prometheus-connector" -version = "0.1.5" +version = "0.1.6" dependencies = [ "axum", "clap", diff --git a/Cargo.toml b/Cargo.toml index db7c02c..caaa591 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sozu-prometheus-connector" description = "This application retrieve internals metrics of Sōzu and format them into prometheus" homepage = "https://github.com/CleverCloud/sozu-prometheus-connector" documentation = "https://github.com/CleverCloud/sozu-prometheus-connector/blob/main/README.md" -version = "0.1.5" +version = "0.1.6" rust-version = "1.70.0" edition = "2021" license-file = "LICENSE"