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

Add support for Rust 2024 edition #171

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

kpcyrd
Copy link
Contributor

@kpcyrd kpcyrd commented Nov 11, 2024

As far as I can tell this fixes #170 :)

@Shnatsel
Copy link
Member

This seems like a good starting point.

But I don't want to bump semver for all crates every time we need to upgrade cargo_metadata, so I'll either split the generation into its own crate or move it into cargo-auditable directly.

@Shnatsel Shnatsel merged commit e89342f into rust-secure-code:master Nov 11, 2024
9 checks passed
@kpcyrd kpcyrd deleted the 2024-edition branch November 11, 2024 13:05
@kpcyrd
Copy link
Contributor Author

kpcyrd commented Nov 11, 2024

Thanks! I'm not sure if it's too late to get this into the upcoming Alpine 3.21, but if you release a new version of cargo-auditable I'd try. :)

@Shnatsel
Copy link
Member

I'll try to get a release out later today.

@Shnatsel
Copy link
Member

I've published v0.6.5 with the fix.

It required changes to two underlying crates as well. If that's difficult to get packaged at this stage, you can simply apply the patch in this PR (changing 0.15 to 0.18) on the distro level.

@kpcyrd
Copy link
Contributor Author

kpcyrd commented Nov 11, 2024

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.

Support for 2024 edition
2 participants