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

Update once_cell to remove "unstable" feature #185

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Nov 6, 2023

According to once_cell 1.18.0, the "unstable" feature is no longer used. This patch updates the crate and removes the feature so we do not accidentally enable any other unstable once_cell features in the future.

According to [once_cell 1.18.0](https://github.com/matklad/once_cell/blob/v1.18.0/Cargo.toml#L55), the "unstable" feature is no longer used. This patch updates the crate and removes the feature so we do not accidentally enable any other unstable `once_cell` features in the future.
@tkaitchuck tkaitchuck merged commit 53c08e4 into tkaitchuck:master Nov 10, 2023
9 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