Skip to content

Conversation

@gwen-lg
Copy link
Contributor

@gwen-lg gwen-lg commented Aug 6, 2025

Description of Changes

Replace usage of Lazy from once_cell by LazyLock from std.
This avoid usage of the dependency, now the content of it is integrated in std.
[LazyLock](https://doc.rust-lang.org/std/sync/struct.LazyLock.html) in available since v1.80.

Checklist

  • I have read the Contributor Guide
  • I have read and agree to the Code of Conduct
  • I have added a description of my changes and why I'd like them included in the section below

@gwen-lg gwen-lg requested review from TimonPost and emilk as code owners August 6, 2025 22:15
gwen-lg added 3 commits August 7, 2025 13:29
once_cell dependency is no longer needed as puffin use now rust 1.86
@emilk emilk merged commit 453778a into EmbarkStudios:main Aug 7, 2025
6 of 7 checks passed
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