base64: bump version to 1.0.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-base64"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
description = "API-stable wrapper for the base64 crate with serde support"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-base64 (1.0.1-1) trixie; urgency=medium
|
||||
|
||||
* add string specific serde deserializers and serde modules
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 22 May 2025 16:22:30 +0200
|
||||
|
||||
rust-proxmox-base64 (1.0.0-1) trixie; urgency=medium
|
||||
|
||||
* initial release
|
||||
|
@ -29,8 +29,8 @@ Provides:
|
||||
librust-proxmox-base64-1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-base64-1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-base64-1.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-base64-1.0.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-base64-1.0.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-base64-1.0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-base64-1.0.1+default-dev (= ${binary:Version})
|
||||
Description: API-stable wrapper for the base64 crate with serde support - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-base64"
|
||||
|
||||
@ -44,7 +44,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-base64-1+serde-dev (= ${binary:Version}),
|
||||
librust-proxmox-base64-1.0+serde-dev (= ${binary:Version}),
|
||||
librust-proxmox-base64-1.0.0+serde-dev (= ${binary:Version})
|
||||
librust-proxmox-base64-1.0.1+serde-dev (= ${binary:Version})
|
||||
Description: API-stable wrapper for the base64 crate with serde support - feature "serde"
|
||||
This metapackage enables feature "serde" for the Rust proxmox-base64 crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Reference in New Issue
Block a user