-
Notifications
You must be signed in to change notification settings - Fork 177
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
reduce MSRV to 1.74.0 #1520
Comments
@niklasad1 any thoughts on having an msrv step in ci? |
Would be cool to have a MSRV check in the CI, if you are interested to work on that would be great :) I have only checked it occasionally before publishing new releases i.e, via |
Sure I can work on that :) |
@niklasad1 is it possible to get an minor release with new MSRV we make use of jsonrpsee in our open source library and aren't able to upgrade it to latest due to MSRV restrictions on our project till |
sure |
Released v0.24.8 with this fix |
Thanks a lot :) appreciate it |
cargo msrv generally returns a version higher that what actually works, I tried running things with 1.74.0 and it worked fine maybe the ci can have an additional rust:1.74.0 based step.
reproduction
The text was updated successfully, but these errors were encountered: