hermit-os / uhyve

A specialized hypervisor for Hermit.
Apache License 2.0
251 stars 29 forks source link

refactor: migrate from `lazy_static` to `std::sync::LazyLock` #718

Open mkroening opened 1 week ago

mkroening commented 1 week ago

This is blocked until the release of Rust 1.80 on 2024-07-25: https://www.whatrustisit.com/

jounathaen commented 1 week ago

I'd delay it even a little further. Not everybody updates the Rust toolchain on the release date :wink:

mkroening commented 1 week ago

I think rustup update is easy enough that people can just do that if they want to compile Uhyve. :)