From 2ae95b5f4e9870113dab8fea1df631299559d4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 7 Sep 2022 09:32:29 +0200 Subject: [PATCH] metrics: bump to 0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-metrics/Cargo.toml | 2 +- proxmox-metrics/debian/changelog | 6 ++++++ proxmox-metrics/debian/control | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/proxmox-metrics/Cargo.toml b/proxmox-metrics/Cargo.toml index 00393432..2a559a99 100644 --- a/proxmox-metrics/Cargo.toml +++ b/proxmox-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-metrics" -version = "0.2.0" +version = "0.2.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-metrics/debian/changelog b/proxmox-metrics/debian/changelog index 1c820c01..5813ff80 100644 --- a/proxmox-metrics/debian/changelog +++ b/proxmox-metrics/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-metrics (0.2.1-1) unstable; urgency=medium + + * update to proxmox-http 0.7 + + -- Proxmox Support Team Wed, 7 Sep 2022 09:31:42 +0200 + rust-proxmox-metrics (0.2.0-1) unstable; urgency=medium * send_data_to_channels now takes an IntoIterator instead of a slice diff --git a/proxmox-metrics/debian/control b/proxmox-metrics/debian/control index 2fe5b90f..5987a6e4 100644 --- a/proxmox-metrics/debian/control +++ b/proxmox-metrics/debian/control @@ -49,8 +49,8 @@ Provides: librust-proxmox-metrics-0+default-dev (= ${binary:Version}), librust-proxmox-metrics-0.2-dev (= ${binary:Version}), librust-proxmox-metrics-0.2+default-dev (= ${binary:Version}), - librust-proxmox-metrics-0.2.0-dev (= ${binary:Version}), - librust-proxmox-metrics-0.2.0+default-dev (= ${binary:Version}) + librust-proxmox-metrics-0.2.1-dev (= ${binary:Version}), + librust-proxmox-metrics-0.2.1+default-dev (= ${binary:Version}) Description: Metrics Server export utilitites - Rust source code This package contains the source for the Rust proxmox-metrics crate, packaged by debcargo for use with cargo and dh-cargo.