]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-borrow to 1.0.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 13 Oct 2021 08:40:03 +0000 (10:40 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 13 Oct 2021 08:41:01 +0000 (10:41 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-borrow/Cargo.toml
proxmox-borrow/debian/changelog
proxmox-borrow/debian/control

index fe412c81e04eefe109fff2cdde86a382cb409541..802ca7a37719bc9039451f6a700870269257e7dc 100644 (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"
index 91121f80b0c34b6c176303079f9ef04ed5138009..876a78d517ae99afb69a8b17c04c3fab9dc3ad7e 100644 (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`
index c9a46c3602bc3b11ddc516add002f99395b1c274..bcfe48e756b88e09fca5723aeb5f272259b36ab2 100644 (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.