]> git.proxmox.com Git - proxmox.git/commitdiff
bump sys to 0.4.1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 19 Oct 2022 12:20:31 +0000 (14:20 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 19 Oct 2022 12:21:08 +0000 (14:21 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-sys/Cargo.toml
proxmox-sys/debian/changelog
proxmox-sys/debian/control

index 41386114766a5c82b249a6e580f7bcc75ac1ce4f..6f56f5e423ef2ef70095b1651eb11c0f522b25f9 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-sys"
-version = "0.4.0"
+version = "0.4.1"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2021"
 license = "AGPL-3"
index e4f59eb03a40620571962803a6d24ff3ed1bce4c..3b43a286b811992d55e351046cb93177dee86a12 100644 (file)
@@ -1,3 +1,11 @@
+rust-proxmox-sys (0.4.1) stable; urgency=medium
+
+  * deprecate most of the 'fd' helper types as they are now covered by std
+
+  * use namespaced dependencies
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 19 Oct 2022 14:19:54 +0200
+
 rust-proxmox-sys (0.4.0) stable; urgency=medium
 
   * introduce 'acl', 'crypt' and 'timer' features, to avoid unconditionally
index 4ae33cccc359574c6837fc333081332d24938fd3..76dcc2914c4025189d96b8d8a509ce33c01ac11f 100644 (file)
@@ -65,11 +65,11 @@ Provides:
  librust-proxmox-sys-0.4+crypt-dev (= ${binary:Version}),
  librust-proxmox-sys-0.4+default-dev (= ${binary:Version}),
  librust-proxmox-sys-0.4+timer-dev (= ${binary:Version}),
- librust-proxmox-sys-0.4.0-dev (= ${binary:Version}),
- librust-proxmox-sys-0.4.0+acl-dev (= ${binary:Version}),
- librust-proxmox-sys-0.4.0+crypt-dev (= ${binary:Version}),
- librust-proxmox-sys-0.4.0+default-dev (= ${binary:Version}),
- librust-proxmox-sys-0.4.0+timer-dev (= ${binary:Version})
+ librust-proxmox-sys-0.4.1-dev (= ${binary:Version}),
+ librust-proxmox-sys-0.4.1+acl-dev (= ${binary:Version}),
+ librust-proxmox-sys-0.4.1+crypt-dev (= ${binary:Version}),
+ librust-proxmox-sys-0.4.1+default-dev (= ${binary:Version}),
+ librust-proxmox-sys-0.4.1+timer-dev (= ${binary:Version})
 Description: System tools (using nix) - Rust source code
  This package contains the source for the Rust proxmox-sys crate, packaged by
  debcargo for use with cargo and dh-cargo.
@@ -85,7 +85,7 @@ Depends:
 Provides:
  librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
  librust-proxmox-sys-0.4+logrotate-dev (= ${binary:Version}),
- librust-proxmox-sys-0.4.0+logrotate-dev (= ${binary:Version})
+ librust-proxmox-sys-0.4.1+logrotate-dev (= ${binary:Version})
 Description: System tools (using nix) - feature "logrotate"
  This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by
  pulling in any additional dependencies needed by that feature.
@@ -100,7 +100,7 @@ Depends:
 Provides:
  librust-proxmox-sys-0+sortable-macro-dev (= ${binary:Version}),
  librust-proxmox-sys-0.4+sortable-macro-dev (= ${binary:Version}),
- librust-proxmox-sys-0.4.0+sortable-macro-dev (= ${binary:Version})
+ librust-proxmox-sys-0.4.1+sortable-macro-dev (= ${binary:Version})
 Description: System tools (using nix) - feature "sortable-macro"
  This metapackage enables feature "sortable-macro" for the Rust proxmox-sys
  crate, by pulling in any additional dependencies needed by that feature.