winnow-rs / winnow

Making parsing a breeze
https://docs.rs/winnow
Other
525 stars 40 forks source link

deps: Update `terminal_size` to 0.4.0 #596

Closed waywardmonkeys closed 4 days ago

waywardmonkeys commented 4 days ago

This removes one of the uses of windows-sys 0.48 and rustix 0.37 (but others remain).

It adds windows-sys 0.59, but both 0.52 and 0.59 depend on the same version of `windows-targets.

coveralls commented 4 days ago

Pull Request Test Coverage Report for Build 11037666044

Details


Files with Coverage Reduction New Missed Lines %
src/stream/mod.rs 1 24.95%
src/token/mod.rs 1 75.0%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 11019989372: -0.06%
Covered Lines: 1297
Relevant Lines: 3122

💛 - Coveralls