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

Support for 2024 edition #714

Closed
kpcyrd opened this issue Nov 11, 2024 · 0 comments · Fixed by #715
Closed

Support for 2024 edition #714

kpcyrd opened this issue Nov 11, 2024 · 0 comments · Fixed by #715
Labels
enhancement New feature or request

Comments

@kpcyrd
Copy link
Contributor

kpcyrd commented Nov 11, 2024

Is your feature request related to a problem? Please describe.

I'm trying to switch to Rust 2024 Edition early to work around this problem:

https://brooksblog.bearblog.dev/rusts-sneaky-deadlock-with-if-let-blocks/

Right now cargo-deny does not support this yet:

[ERROR] failed to interpret `cargo metadata`'s json: unknown variant `2024`, expected one of `2015`, `2018`, `2021` at line 1 column 410427: unknown variant `2024`, expected one of `2015`, `2018`, `2021` at line 1 column 410427

Describe the solution you'd like

Support for 2024 edition :)

Describe alternatives you've considered

-

Additional context

Let me know if there's anything I can do.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant