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