From 093afb985f019e4c73bf20ffc5d7b3c6755cc1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 5 Jan 2023 12:26:04 +0100 Subject: [PATCH] bump version to 0.9.8-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ debian/control | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6253bb7e..cd00670c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-openid" -version = "0.9.7" +version = "0.9.8" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 74a03cfc..525c2ef0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-openid (0.9.8-1) stable; urgency=medium + + * update nix to 0.26 + + -- Proxmox Support Team Thu, 05 Jan 2023 12:25:10 +0100 + rust-proxmox-openid (0.9.7-1) stable; urgency=medium * bump proxmox-sys to 0.4 diff --git a/debian/control b/debian/control index e7fa1e2a..13621c49 100644 --- a/debian/control +++ b/debian/control @@ -54,8 +54,8 @@ Provides: librust-proxmox-openid-0+default-dev (= ${binary:Version}), librust-proxmox-openid-0.9-dev (= ${binary:Version}), librust-proxmox-openid-0.9+default-dev (= ${binary:Version}), - librust-proxmox-openid-0.9.7-dev (= ${binary:Version}), - librust-proxmox-openid-0.9.7+default-dev (= ${binary:Version}) + librust-proxmox-openid-0.9.8-dev (= ${binary:Version}), + librust-proxmox-openid-0.9.8+default-dev (= ${binary:Version}) Description: Rust crate "proxmox-openid" - Rust source code This package contains the source for the Rust proxmox-openid crate, packaged by debcargo for use with cargo and dh-cargo.