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

Changes need to make Rust and Clippy happy on Rust 1.80 #2680

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

rylev
Copy link
Collaborator

@rylev rylev commented Jul 25, 2024

This includes a bump to the time crate version which used to compile but no longer does due to an addition of a trait impl to the std library. This was decided to be acceptable by the Rust project, and the fix is to bump the version of the time crate.

The rest of the changes are just small cosmetic changes to make the linters happy.

Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
@rylev rylev merged commit 1effaa2 into main Jul 25, 2024
17 checks passed
@rylev rylev deleted the rust-1-80-changes branch July 25, 2024 15:17
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