-
Notifications
You must be signed in to change notification settings - Fork 234
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
chore(general): bump MSRV to 1.81, use core::error::Error
on no-std
compatible crates
#1552
Open
Evalir
wants to merge
10
commits into
alloy-rs:main
Choose a base branch
from
Evalir:evalir/impl-core-error
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+14
−20
Commits on Oct 23, 2024
-
chore(general): use
core::error::Error
instead of `std::error::Erro……r` on no-std compatible crates For `no-std` compatible crates, we can use `core::error::Error` instead of `std::error::Error` to avoid gating the Error impl under `std`.
Configuration menu - View commit details
-
Copy full SHA for 1ebb429 - Browse repository at this point
Copy the full SHA 1ebb429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f008c - Browse repository at this point
Copy the full SHA 28f008cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c1556 - Browse repository at this point
Copy the full SHA 06c1556View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43bf167 - Browse repository at this point
Copy the full SHA 43bf167View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5d4bf - Browse repository at this point
Copy the full SHA ad5d4bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec7c628 - Browse repository at this point
Copy the full SHA ec7c628View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5935847 - Browse repository at this point
Copy the full SHA 5935847View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51a9f68 - Browse repository at this point
Copy the full SHA 51a9f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e0e43 - Browse repository at this point
Copy the full SHA 78e0e43View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1939ea - Browse repository at this point
Copy the full SHA d1939eaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.