-
Notifications
You must be signed in to change notification settings - Fork 137
Use core::error::Error
in codebase
#466
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
@JelteF please, update also required CI tasks to MSRV 1.81.0. Thanks! |
@JelteF to merge this we require to change required CI jobs to 1.81.0 MSRV in |
I think it would be good to remove the version number from the MSRV build name. So we don't have this problem everytime we bump it. |
@JelteF done! |
Synopsis
We had TODOs across the code:
The
feature(error_in_core)
was stabilized in 1.81 Rust.It's long enough, so we can bump up our MSRV.
Solution
core::error::Error
in codebase and removefeature = "std"
gating for it.Checklist