diff --git a/Cargo.toml b/Cargo.toml index d96701c..94e29d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ proxmox-acme-rs = { version = "0.4", features = ["client"] } proxmox-apt = "0.9" proxmox-http = { version = "0.8", features = ["client-sync", "client-trait"] } proxmox-openid = "0.9.8" -proxmox-resource-scheduling = "0.2" +proxmox-resource-scheduling = "0.2.1" proxmox-subscription = "0.3" proxmox-sys = "0.4.2" proxmox-tfa = { version = "3", features = ["api"] } diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 864c151..d4de83d 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,11 @@ +libpve-rs-perl (0.7.5) bullseye; urgency=medium + + * update proxmox-resource-scheduling dependency to 0.2.1 to pull in an + improvement for with services where CPU should matter more if there is no + memory load at all + + -- Proxmox Support Team Tue, 21 Mar 2023 17:58:22 +0100 + libpve-rs-perl (0.7.4) bullseye; urgency=medium * initialize logging when shared library is loaded