-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
feat(model): Implement Premium Button Style #2363
feat(model): Implement Premium Button Style #2363
Conversation
CI did not complete since tokio-macros got updated 5 days ago to version 2.4.0, this version it requires rust version 1.70 or later. And with that update it also has updated tokio, which also requires rust version 1.70 or later. Currently I see 2 options to fix this issue:
Please let me know which option you think is the best, then I'll fix it. |
We don't actually need to change our MSRV until we depend on tokio >1.38 with the new MSRV requirements. Could you instead add a new CI step pinning the offending package versions? |
This reverts commit 8d8b4b1.
There were some more Clippy issues that have been fixed as of now. There should be no errors or warnings of Clippy.
These Clippy warnings werent introduced by me, and @laralove143 requested me to revert them.
These Clippy warnings werent introduced by me, and @laralove143 requested me to revert them.
Okay I guess Clippy fails due to the revert of the Clippy fixes with the spacing, I'll redo the changes to fix the CI. |
This should fix every single Clippy warns that may cause CI failure.
As far as I am concerned this PR is good to get merged. |
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.
A tiny documentation request
Sorry for the late reply/review I'm asking this to the team because I'm not sure about what to do. This PR contains unrelated fixes of lints and formatting changes, but our CI seems to fail without these changes. Is this PR still good to merge? |
Thank you @laralove143 for the review.
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.
Thank you for your work.
Merge issue resolved. |
That CI change should have been reverted with the recent MSRV bump to 1.79. |
This PR implements the new premium button style.
Refs: