-
-
Notifications
You must be signed in to change notification settings - Fork 346
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(toolchain)!: bump msrv to 1.67 #361
Conversation
BREAKING_CHANGE: The msrv is now `1.67`
LGTM. Many CI-checks failed on this. |
Hey, what is the exact reason for this bump? i.e. which optional dependency is that? I'm asking because I'm a proponent of avoiding MSRV bump as much as possible. |
It is the current reason that the ci for
I believe it is the optional |
The N-2 policy change for the I'd prefer to avoid the pin I'm approving this, but won't merge as I think it's worth hearing @orhun's perspective on this before merging. |
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.
Sounds reasonable, let's bump it up! 🆙
Codecov Report
@@ Coverage Diff @@
## main #361 +/- ##
==========================================
+ Coverage 84.76% 84.99% +0.23%
==========================================
Files 40 40
Lines 8603 8686 +83
==========================================
+ Hits 7292 7383 +91
+ Misses 1311 1303 -8 |
@@ -150,7 +150,7 @@ you are interested in working on a PR or issue opened in the previous repository | |||
|
|||
## Rust version requirements | |||
|
|||
Since version 0.21.0, The Minimum Supported Rust Version (MSRV) of `ratatui` is 1.65.0. |
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.
I think "Since version 0.21.0" should be updated to 0.23.0 as the MSRV will be bumped in the next release.
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.
Ah, right. Feel free to submit a PR!
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.
Done at #369 :)
This updates the msrv to
1.67
.Because an optional dependency of ratatui requires it.
Alternatives: Choose to not bump the versions for optional dependencies, or pin the time version to the latest version that supports
1.65