bump version to 0.9.3-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-02-01 09:08:41 +01:00
parent 3531729921
commit 1ab70b8c21
3 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-openid"
version = "0.9.2"
version = "0.9.3"
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
rust-proxmox-openid (0.9.3-1) stable; urgency=medium
* use much simpler ureq (with native-tls) HTTP client instead of curl
* enable "accept-rfc3339-timestamps" feature to fix support for some OIDC
providers like `auth0`
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Feb 2022 09:08:31 +0100
rust-proxmox-openid (0.9.2-1) stable; urgency=medium
* depend on proxmox-sys 0.2

4
debian/control vendored
View File

@ -51,8 +51,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.2-dev (= ${binary:Version}),
librust-proxmox-openid-0.9.2+default-dev (= ${binary:Version})
librust-proxmox-openid-0.9.3-dev (= ${binary:Version}),
librust-proxmox-openid-0.9.3+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.