sharkdp / lscolors

A Rust library and tool to colorize paths using LS_COLORS
Apache License 2.0
265 stars 18 forks source link

Upgrade to `nu-ansi-term` 0.49 #72

Closed sholderbach closed 1 year ago

sholderbach commented 1 year ago

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

sharkdp commented 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

sholderbach commented 1 year ago

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.

sharkdp commented 1 year ago

Thank you

sholderbach commented 1 year ago

Thanks for the quick turnaorund!

Would you mind a new release so nushell can upgrade to the latest nu-ansi-term?

sharkdp commented 1 year ago

Would you mind a new release so nushell can upgrade to the latest nu-ansi-term?

Done

sholderbach commented 1 year ago

Awesome! Thanks!