diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 3484b574..80d39ebd 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.2.1" +version = "0.2.2" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 7f020379..aed46d5a 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,14 @@ +rust-proxmox-sys (0.2.2) stable; urgency=medium + + * update sortable-macro to 0.1.2, drop requirement for the identity macro + + * deprecate identity macro, to be removed with 0.3.0 + + * fix a warning potentially generated by the io_bail_last macro on newer + compilers + + -- Proxmox Support Team Mon, 29 Nov 2021 11:32:35 +0100 + rust-proxmox-sys (0.2.1) stable; urgency=medium * proxmox-sys: import pipe() function from pbs-toos/src/io.rs