console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.22k stars 238 forks source link

Fix a potential overflow with a saturating add. #576

Closed cjordan closed 10 months ago

cjordan commented 10 months ago

Fixes #575

djc commented 10 months ago

Thanks!

djc commented 10 months ago

The MSRV failure in CI is unrelated, will submit a PR for that separately.