Closed sholderbach closed 1 year ago
Looks like we need to bump MSRV, which is fine for me:
error: package
rustix v0.38.4
cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.62.1
I can take care of that.
The source of the MSRV increase is apparently the unrelated update from tempfile
3.6.0 to 3.7.0 which went from rustix v0.37.23 -> v0.38.4
. So semver "compatible" change in the dev-dependencies.
Thank you
Thanks for the quick turnaorund!
Would you mind a new release so nushell can upgrade to the latest nu-ansi-term
?
Would you mind a new release so nushell can upgrade to the latest
nu-ansi-term
?
Done
Awesome! Thanks!
This release fixes the problem that blocked #68
This PR just keeps the behavior as before and does not yet incorporate the GNU compatibility focussed changes as worked on in #66