[pbs-devel] [PATCH proxmox v2 01/12] cargo: set msrv to 1.80

Wolfgang Bumiller w.bumiller at proxmox.com
Wed Aug 14 10:51:35 CEST 2024


so if all our code still builds with it I'm inclined to only do minor
bumps despite some of these technically being a public API break - but
LazyLock implements `Deref` and thus its API surface covers everything
I'd consider to be lazy_static's *intended* API surface. Relying on
technical details on how lazy_static works (an additional type for each
static...) is not an okay thing ;-)




More information about the pbs-devel mailing list