bump rustyline to version 18.0.0#3283
Conversation
|
Looks like rustc needs a version bump |
The msrv was chosen based on the available version in Debian stable (i.e. Trixie) see the discussion in #2784 . |
|
The answer to my question is no as rustyline 18.0.0 has an optional default dependency on home 0.5.12 |
|
Out of curiosity, how did you determine rustc version needs bumping (assuming meant |
The CI job testing that the MSRV1 still works failed2 with the following error message: Footnotes
|
|
Are we sticking with trixie's rustc version (1.85) or going with the version available in trixie backports (1.91.1)? |
I already asked over in #2784 (comment) whether compatible with debian stable backports would be sufficent or if we would want full debian stable main compatibility, but have not gotten any responses as of writing this comment. I would be fine with the relaxed compatibility with just backports, maybe @mthom, @triska, @bakaq or someone else want to chime in on this? Best place to chime in would would probably the comment thread of #2784 (comment) to not derail/fill-up this PR too much. |
|
I moved this over to its own proper branch separate from |
Fixes regression discovered on Linux after upgrading
rustylineto 17.0.2;SIGINTnot handled as expected, breaking ability to interrupt nontermination inscryer.This was due to a change in
rustyline'sSIGINTbehavior since version 16 and corrected in version 18.Please see discussion in #3271