zkat / miette

Fancy extension for std::error::Error with pretty, detailed diagnostic printing.
https://docs.rs/miette
Apache License 2.0
1.98k stars 113 forks source link

Bump terminal-size to v0.3.0 #308

Closed notgull closed 8 months ago

zkat commented 11 months ago

is there a reason for this change? It looks like making it will require bumping the MSRV

notgull commented 11 months ago

The new version of terminal-size uses rustix instead of libc, empowering it to use direct system calls on Linux and avoid linking to the C standard library. In addition, v1.63.0 is the version of Rust used by Debian Stable.

notgull commented 11 months ago

@zkat I can bump the MSRV in this PR if need be.

notgull commented 11 months ago

@zkat Any updates on this PR?

zkat commented 11 months ago

Nothing new here--I'm going to sit on it until I think we're at a point where it's ok to do a semver-major bump on miette, because I only bump the MSRV with a major bump.

zkat commented 8 months ago

It is time!