mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-28 17:08:47 +00:00
pbs-api-types: bump to 0.2.1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6dd53a89b5
commit
c057adcfed
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pbs-api-types"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-pbs-api-types (0.2.1) bookworm; urgency=medium
|
||||
|
||||
* metrics: relax influx organization and bucket length
|
||||
* tape backup job: add worker threads option
|
||||
* user: add boolean-schema for regenerate-api-token flag
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 02 Apr 2025 15:34:49 +0200
|
||||
|
||||
rust-pbs-api-types (0.2.0) bookworm; urgency=medium
|
||||
|
||||
* imported from proxmox-backup repository
|
||||
|
@ -2,8 +2,8 @@ Source: rust-pbs-api-types
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
cargo:native <!nocheck>,
|
||||
dh-sequence-cargo
|
||||
Build-Depends-Arch: cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
@ -62,7 +62,7 @@ Provides:
|
||||
librust-pbs-api-types-0+default-dev (= ${binary:Version}),
|
||||
librust-pbs-api-types-0.2-dev (= ${binary:Version}),
|
||||
librust-pbs-api-types-0.2+default-dev (= ${binary:Version}),
|
||||
librust-pbs-api-types-0.2.0-dev (= ${binary:Version}),
|
||||
librust-pbs-api-types-0.2.0+default-dev (= ${binary:Version})
|
||||
librust-pbs-api-types-0.2.1-dev (= ${binary:Version}),
|
||||
librust-pbs-api-types-0.2.1+default-dev (= ${binary:Version})
|
||||
Description: API types for Proxmox Backup Server - Rust source code
|
||||
Source code for Debianized Rust crate "pbs-api-types"
|
||||
|
Loading…
Reference in New Issue
Block a user