diff --git a/proxmox-borrow/Cargo.toml b/proxmox-borrow/Cargo.toml index fe412c81..802ca7a3 100644 --- a/proxmox-borrow/Cargo.toml +++ b/proxmox-borrow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-borrow" -version = "1.0.0" +version = "1.0.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-borrow/debian/changelog b/proxmox-borrow/debian/changelog index 91121f80..876a78d5 100644 --- a/proxmox-borrow/debian/changelog +++ b/proxmox-borrow/debian/changelog @@ -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 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` diff --git a/proxmox-borrow/debian/control b/proxmox-borrow/debian/control index c9a46c36..bcfe48e7 100644 --- a/proxmox-borrow/debian/control +++ b/proxmox-borrow/debian/control @@ -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.