-
Notifications
You must be signed in to change notification settings - Fork 55
Bump solar version #264
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
Bump solar version #264
Conversation
grandizzy
commented
May 10, 2025
•
edited
Loading
edited
- prereq for forge lint PR feat(forge): forge lint foundry#10405
- solar 0.1.3 requires rust 1.86 so this breaks compatibility with older rust versions - bump msrv
exclude: | ||
# Skip because some features have higher MSRV. | ||
- rust: "1.83" # MSRV | ||
flags: "--all-features" |
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.
this is not right, you bump the msrv not remove the test that checks compatibility :D
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.
🫠
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.
redone, pls check
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.
lgtm, pending @DaniPopes
this breaks the msrv policy but whatever, it should just be latest msrv |
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.
lgtm 👍