115adf42bd
in edition 2024 references to mutable static will be disallowed [1]. the recommended way around this is to use types with inner mutability. so use a `OnceLock` for `ACME_ACME_CONFIG` as the directoryfor ACME configuration purposes shouldn't change throughout the run time of an application. [1]: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html Signed-off-by: Shannon Sterz <s.sterz@proxmox.com> |
||
---|---|---|
.. | ||
debian | ||
src | ||
Cargo.toml |