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

remove once_cell from jwt example #3014

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Hmikihiro
Copy link
Contributor

Motivation

I think using std::sync::LazyLock can reduce dependency once_cell.

@fr0staman
Copy link

fr0staman commented Nov 6, 2024

std::sync::LazyLock introduced in 1.80.0, which axum MSRV with 0.8.0 is 1.75.0.

Maybe in future, but not right now, maybe

@ttys3
Copy link
Contributor

ttys3 commented Nov 6, 2024

since Rust it self growing fast, I think following newest Rust in main branch is good

@jplatte
Copy link
Member

jplatte commented Nov 6, 2024

I think we already don't enforce an MSRV other than stable for examples. The CI failure looks unrelated.

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.

5 participants