]> git.proxmox.com Git - proxmox.git/commit
notify: use std::sync::OnceCell instead of lazy_static!
authorLukas Wagner <l.wagner@proxmox.com>
Tue, 23 Apr 2024 11:51:48 +0000 (13:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 21:06:56 +0000 (23:06 +0200)
commit7035d57312031bdfbb4ff339e7d3cf6e2a8ef5d6
tree8beffc1125e684bcdc34c281a07c0231c066dfcf
parentd0b1502803917b2e54b2f02c8b0f3cfd40322842
notify: use std::sync::OnceCell instead of lazy_static!

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
proxmox-notify/Cargo.toml
proxmox-notify/src/config.rs
proxmox-notify/src/lib.rs