From 10ad340322ff0489fbc463505c25b59fcd50121e Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 25 Nov 2021 12:11:57 +0100 Subject: [PATCH] bump proxmox-sys version to 0.2.1 Signed-off-by: Dietmar Maurer --- proxmox-sys/Cargo.toml | 2 +- proxmox-sys/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 29780aa1..d9148c15 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.2.0" +version = "0.2.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index ed5848f7..7f020379 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-sys (0.2.1) stable; urgency=medium + + * proxmox-sys: import pipe() function from pbs-toos/src/io.rs + + -- Proxmox Support Team Thu, 25 Nov 2021 12:11:19 +0100 + rust-proxmox-sys (0.2.0) unstable; urgency=medium * moved code from proxmox crate