forked from Proxmox/proxmox
bump proxmox-borrow to 1.0.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
087bf31567
commit
17adc570db
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-borrow"
|
name = "proxmox-borrow"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -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
|
rust-proxmox-borrow (1.0.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* initial split out of `librust-proxmox-dev`
|
* initial split out of `librust-proxmox-dev`
|
||||||
|
@ -25,8 +25,8 @@ Provides:
|
|||||||
librust-proxmox-borrow-1+default-dev (= ${binary:Version}),
|
librust-proxmox-borrow-1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-borrow-1.0-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-borrow-1.0.0-dev (= ${binary:Version}),
|
librust-proxmox-borrow-1.0.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-borrow-1.0.0+default-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
|
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
|
This package contains the source for the Rust proxmox-borrow crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
|
Loading…
Reference in New Issue
Block a user