Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

mkroening
Copy link
Member

No description provided.

@mkroening mkroening self-assigned this Jun 24, 2024
@mkroening
Copy link
Member Author

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

@jounathaen
Copy link
Member

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

@mkroening
Copy link
Member Author

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

Copy link

codecov bot commented Jul 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.04%. Comparing base (d0db4a1) to head (5d99e62).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #718      +/-   ##
==========================================
+ Coverage   67.03%   67.04%   +0.01%     
==========================================
  Files          21       21              
  Lines        2357     2358       +1     
==========================================
+ Hits         1580     1581       +1     
  Misses        777      777              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
@mkroening mkroening enabled auto-merge July 26, 2024 12:06
@mkroening mkroening added this pull request to the merge queue Jul 26, 2024
Merged via the queue into main with commit 5a1158b Jul 26, 2024
9 checks passed
@mkroening mkroening deleted the lazy_lock branch July 26, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants