diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 94fa980f..0b671ac8 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.4.4" +version = "0.5.0" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index f9ece5d4..c0558f18 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.5.0-1) unstable; urgency=medium + + * bump nix dependency to 0.19 + + -- Proxmox Support Team Mon, 19 Oct 2020 12:29:55 +0200 + rust-proxmox (0.4.4-1) unstable; urgency=medium * api: RPC environment: add client IP getter/setter to trait