-
Notifications
You must be signed in to change notification settings - Fork 93
chore(msrv): Bump rust to version 1.87 #1919
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the minimum supported Rust version and extends imports to include a recoverable signer type for transaction processing
- Bump the
rust-version
field in Cargo.toml from 1.85 to 1.87 - Add
SignerRecoverable
trait import in calldata and blobs source modules
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
crates/protocol/derive/src/sources/calldata.rs | Added transaction::SignerRecoverable import |
crates/protocol/derive/src/sources/blobs.rs | Extended alloy_consensus import to include SignerRecoverable |
Cargo.toml | Updated rust-version to 1.87 |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3c28e84
to
8b52843
Compare
750bd86
to
35086dc
Compare
35086dc
to
05eebb6
Compare
pref #1945 - performs the minimum bump to allow us to update the |
Closing for now with the update to |
Closes #1845