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

build: upgrade rust version to 1.75.0 #1113

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

morph-dev
Copy link
Collaborator

What was wrong?

We were using a bit stale version of rust in our tools (1.71.1).

I noticed this because on my machine I was using the latest stable version (1.75.0) and clippy was complaining about some issue that weren't caused by me. After a bit of digging I realized that those were checks introduced in recent versions.

How was it fixed?

  • Updated the rust version in all places that I could find
  • Fixed clippy warnings

To-Do

Copy link
Member

@ogenev ogenev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I was going to propose the same update 👍. 1.75.0 supports async fn in traits which is cool!

@njgheorghita
Copy link
Collaborator

@ogenev Does that mean we can get rid of using the async_trait library?

@njgheorghita njgheorghita merged commit 1d2580b into ethereum:master Jan 26, 2024
11 checks passed
@morph-dev morph-dev deleted the update_rust branch January 26, 2024 15:51
@ogenev
Copy link
Member

ogenev commented Jan 26, 2024

@ogenev Does that mean we can get rid of using the async_trait library?

I think so

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.

4 participants