diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index c5315bb0..4022228c 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.6.1" +version = "0.6.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 42b81c93..23cbcbbe 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-sys (0.6.2-1) bookworm; urgency=medium + + * drop unused dependency on proxmox-time + + * add fs::make_tmp_dir + + -- Proxmox Support Team Fri, 09 Aug 2024 12:53:03 +0200 + rust-proxmox-sys (0.6.1-1) bookworm; urgency=medium * drop fd::cwd() - this is known to not be in use and trivially replaced by diff --git a/proxmox-sys/debian/control b/proxmox-sys/debian/control index 980b8d79..eb94b0cb 100644 --- a/proxmox-sys/debian/control +++ b/proxmox-sys/debian/control @@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 12), librust-nix-0.26+default-dev (>= 0.26.1-~~) , librust-proxmox-io-1+default-dev (>= 1.1.0-~~) , librust-proxmox-lang-1+default-dev (>= 1.3-~~) , - librust-proxmox-time-2+default-dev , librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , librust-serde-1+derive-dev , @@ -41,7 +40,6 @@ Depends: librust-nix-0.26+default-dev (>= 0.26.1-~~), librust-proxmox-io-1+default-dev (>= 1.1.0-~~), librust-proxmox-lang-1+default-dev (>= 1.3-~~), - librust-proxmox-time-2+default-dev, librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev, @@ -63,10 +61,10 @@ Provides: librust-proxmox-sys-0.6+acl-dev (= ${binary:Version}), librust-proxmox-sys-0.6+default-dev (= ${binary:Version}), librust-proxmox-sys-0.6+timer-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.1-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.1+acl-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.1+default-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.1+timer-dev (= ${binary:Version}) + librust-proxmox-sys-0.6.2-dev (= ${binary:Version}), + librust-proxmox-sys-0.6.2+acl-dev (= ${binary:Version}), + librust-proxmox-sys-0.6.2+default-dev (= ${binary:Version}), + librust-proxmox-sys-0.6.2+timer-dev (= ${binary:Version}) Description: System tools (using nix) - Rust source code Source code for Debianized Rust crate "proxmox-sys" @@ -80,7 +78,7 @@ Depends: Provides: librust-proxmox-sys-0+crypt-dev (= ${binary:Version}), librust-proxmox-sys-0.6+crypt-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.1+crypt-dev (= ${binary:Version}) + librust-proxmox-sys-0.6.2+crypt-dev (= ${binary:Version}) Description: System tools (using nix) - feature "crypt" This metapackage enables feature "crypt" for the Rust proxmox-sys crate, by pulling in any additional dependencies needed by that feature. @@ -96,7 +94,7 @@ Depends: Provides: librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}), librust-proxmox-sys-0.6+logrotate-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.1+logrotate-dev (= ${binary:Version}) + librust-proxmox-sys-0.6.2+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.