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

*: migrate from once_cell to std::sync::LazyLock #49

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cyphar
Copy link
Member

@cyphar cyphar commented Aug 4, 2024

This was only stabilised in Rust 1.80.0, so this might cause issues when building on older distributions (depending on when libpathrs starts getting packaged).

Signed-off-by: Aleksa Sarai [email protected]

@cyphar cyphar force-pushed the main branch 3 times, most recently from dc51be7 to eaa5c0f Compare September 17, 2024 10:52
@cyphar cyphar force-pushed the lazylock-migration branch from 7c70700 to 7f8a83c Compare October 8, 2024 14:52
@cyphar cyphar added the impact/msrv A change that will increase our MSRV. label Oct 8, 2024
@cyphar cyphar force-pushed the lazylock-migration branch from 7f8a83c to 4881ce7 Compare October 8, 2024 14:54
@cyphar cyphar added this to the post-1.0 milestone Oct 8, 2024
@cyphar cyphar force-pushed the main branch 4 times, most recently from 44d50ec to 37bd58f Compare October 10, 2024 05:10
@cyphar cyphar force-pushed the lazylock-migration branch 2 times, most recently from 6b39b52 to 8e95eb2 Compare October 14, 2024 07:13
@cyphar cyphar force-pushed the lazylock-migration branch 4 times, most recently from b4cf90b to 0abebb2 Compare October 15, 2024 04:09
@cyphar cyphar changed the title *: migrate from lazy_static! to std::sync::LazyLock *: migrate from once_cell to std::sync::LazyLock Oct 15, 2024
Signed-off-by: Aleksa Sarai <[email protected]>
This was only stabilised in Rust 1.80.0, so this might cause issues when
building on older distributions (depending on when libpathrs starts
getting packaged).

Signed-off-by: Aleksa Sarai <[email protected]>
@cyphar cyphar force-pushed the lazylock-migration branch from 0abebb2 to fb189de Compare October 17, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/msrv A change that will increase our MSRV.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant