diff --git a/proxmox-time/Cargo.toml b/proxmox-time/Cargo.toml index 04b916c6..e09c2838 100644 --- a/proxmox-time/Cargo.toml +++ b/proxmox-time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-time" -version = "1.1.3" +version = "1.1.4" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-time/debian/changelog b/proxmox-time/debian/changelog index 5e892561..17ae8d3d 100644 --- a/proxmox-time/debian/changelog +++ b/proxmox-time/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-time (1.1.4-1) stable; urgency=medium + + * Update to nom 7 + + -- Proxmox Support Team Fri, 19 Aug 2022 12:21:16 +0200 + rust-proxmox-time (1.1.3-1) stable; urgency=medium * Allow to compile on wasm32 target