With rust 2024 edition. Signed-off-by: Maximiliano Sandoval <m.sando...@proxmox.com> --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs index 4662ffa..795b0f2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -23,9 +23,9 @@ use std::path::Path; use anyhow::Error; +use proxmox_notify::Config; use proxmox_notify::context::pbs::PBS_CONTEXT; use proxmox_notify::context::pve::PVE_CONTEXT; -use proxmox_notify::Config; use proxmox_sys::fs; const PVE_CFG_PATH: &str = "/etc/pve"; -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel