]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-login to 0.1.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 Jan 2024 11:48:09 +0000 (12:48 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 Jan 2024 11:49:06 +0000 (12:49 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-login/Cargo.toml
proxmox-login/debian/changelog
proxmox-login/debian/control

index 2f7a70b2717f8a30a8e558a5d2c67e29fa6ce8a2..166e9be8995b1f6ef9446c8b4f39a9af0746cc09 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-login"
-version = "0.1.0"
+version = "0.1.1"
 description = "proxmox product authentication api"
 edition.workspace = true
 license.workspace = true
index b42f85b92ecf0a6f81c5df0ccdb698d5c80074bd..67f192a126e2cfdce68432fc72301ce5a5dba140 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-login (0.1.1-1) unstable; urgency=medium
+
+  * add parser helpers for f32 and f64
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 24 Jan 2024 12:47:54 +0100
+
 rust-proxmox-login (0.1.0-1) unstable; urgency=medium
 
   * initial Debian package
index b2985681d3788739664bb8dc3b846693812a7f9a..ffdb657800acb0a13425454097223e3af795b801 100644 (file)
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 12),
  librust-serde-1+derive-dev <!nocheck>,
  librust-serde-json-1+default-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/proxmox-login]
 Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/proxmox-login
 X-Cargo-Crate: proxmox-login
@@ -39,11 +39,10 @@ Provides:
  librust-proxmox-login-0+default-dev (= ${binary:Version}),
  librust-proxmox-login-0.1-dev (= ${binary:Version}),
  librust-proxmox-login-0.1+default-dev (= ${binary:Version}),
- librust-proxmox-login-0.1.0-dev (= ${binary:Version}),
- librust-proxmox-login-0.1.0+default-dev (= ${binary:Version})
+ librust-proxmox-login-0.1.1-dev (= ${binary:Version}),
+ librust-proxmox-login-0.1.1+default-dev (= ${binary:Version})
 Description: Proxmox product authentication api - Rust source code
- This package contains the source for the Rust proxmox-login crate, packaged by
- debcargo for use with cargo and dh-cargo.
+ Source code for Debianized Rust crate "proxmox-login"
 
 Package: librust-proxmox-login+http-dev
 Architecture: any
@@ -55,7 +54,7 @@ Depends:
 Provides:
  librust-proxmox-login-0+http-dev (= ${binary:Version}),
  librust-proxmox-login-0.1+http-dev (= ${binary:Version}),
- librust-proxmox-login-0.1.0+http-dev (= ${binary:Version})
+ librust-proxmox-login-0.1.1+http-dev (= ${binary:Version})
 Description: Proxmox product authentication api - feature "http"
  This metapackage enables feature "http" for the Rust proxmox-login crate, by
  pulling in any additional dependencies needed by that feature.
@@ -70,7 +69,7 @@ Depends:
 Provides:
  librust-proxmox-login-0+webauthn-dev (= ${binary:Version}),
  librust-proxmox-login-0.1+webauthn-dev (= ${binary:Version}),
- librust-proxmox-login-0.1.0+webauthn-dev (= ${binary:Version})
+ librust-proxmox-login-0.1.1+webauthn-dev (= ${binary:Version})
 Description: Proxmox product authentication api - feature "webauthn"
  This metapackage enables feature "webauthn" for the Rust proxmox-login crate,
  by pulling in any additional dependencies needed by that feature.