Skip to content

Conversation

@emmiegit
Copy link
Member

Since rust 1.80.0, LazyLock has been added to the standard library, which does basically what once_cell::sync::Lazy and lazy_static! did. This means we can use the standard library version instead and shed a dependency. (Well kind of, some of our dependencies still use it, but at least we can avoid it at the top level).

@emmiegit emmiegit self-assigned this Aug 31, 2025
@emmiegit emmiegit merged commit eab5bbe into develop Aug 31, 2025
8 checks passed
@emmiegit emmiegit deleted the lazylock branch August 31, 2025 07:09
emmiegit added a commit to scpwiki/ftml that referenced this pull request Sep 4, 2025
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.

3 participants