diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index dac06f13..87753a5b 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.1.0" +version = "0.1.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 487b2259..fc21ea10 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-sys (0.1.1) stable; urgency=medium + + * rebuild with base64 0.13 + + -- Proxmox Support Team Fri, 19 Nov 2021 11:45:58 +0100 + rust-proxmox-sys (0.1.0) stable; urgency=medium * imported pbs-tools/src/crypt.rs