bump proxmox-borrow to 1.0.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-10-13 10:40:03 +02:00
parent 087bf31567
commit 17adc570db
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-borrow"
version = "1.0.0"
version = "1.0.1"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

View File

@ -1,3 +1,9 @@
rust-proxmox-borrow (1.0.1-1) stable; urgency=medium
* update to new std features, fixup (currently unused) into_boxed_inner
-- Proxmox Support Team <support@proxmox.com> Wed, 13 Oct 2021 10:39:36 +0200
rust-proxmox-borrow (1.0.0-1) stable; urgency=medium
* initial split out of `librust-proxmox-dev`

View File

@ -25,8 +25,8 @@ Provides:
librust-proxmox-borrow-1+default-dev (= ${binary:Version}),
librust-proxmox-borrow-1.0-dev (= ${binary:Version}),
librust-proxmox-borrow-1.0+default-dev (= ${binary:Version}),
librust-proxmox-borrow-1.0.0-dev (= ${binary:Version}),
librust-proxmox-borrow-1.0.0+default-dev (= ${binary:Version})
librust-proxmox-borrow-1.0.1-dev (= ${binary:Version}),
librust-proxmox-borrow-1.0.1+default-dev (= ${binary:Version})
Description: Contains the Tied type to tie a value with a lifetime to the value it borrows from - Rust source code
This package contains the source for the Rust proxmox-borrow crate, packaged by
debcargo for use with cargo and dh-cargo.