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

Replace lazy_static with once_cell #817

Merged
merged 1 commit into from May 1, 2022
Merged

Replace lazy_static with once_cell #817

merged 1 commit into from May 1, 2022

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Apr 23, 2022

Closes #623

@taiki-e
Copy link
Member Author

taiki-e commented Apr 23, 2022

Ah, lazy_static 1.5.0 is not actually released yet so the compatibility issue with Rust 1.36 will become later.

@taiki-e
Copy link
Member Author

taiki-e commented May 1, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented May 1, 2022

Build succeeded:

@bors bors bot merged commit 80804e0 into master May 1, 2022
@bors bors bot deleted the once_cell branch May 1, 2022 03:28
bors bot added a commit that referenced this pull request Jun 16, 2022
850: Prepare for the next release r=taiki-e a=taiki-e

- crossbeam-channel 0.5.4 -> 0.5.5
  - Replace Spinlock with Mutex. (#835)
- crossbeam-epoch 0.9.8 -> 0.9.9
  - Replace lazy_static with once_cell. (#817)
- crossbeam-utils 0.8.8 -> 0.8.9
  - Replace lazy_static with once_cell. (#817)

Co-authored-by: Taiki Endo <te316e89@gmail.com>
bors bot added a commit that referenced this pull request Jun 16, 2022
850: Prepare for the next release r=taiki-e a=taiki-e

- crossbeam-channel 0.5.4 -> 0.5.5
  - Replace Spinlock with Mutex. (#835)
- crossbeam-epoch 0.9.8 -> 0.9.9
  - Replace lazy_static with once_cell. (#817)
- crossbeam-utils 0.8.8 -> 0.8.9
  - Replace lazy_static with once_cell. (#817)

Co-authored-by: Taiki Endo <te316e89@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Switch from lazy_static to once_cell
1 participant