console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.46k stars 243 forks source link

Fix a potential overflow with a saturating add. #576

Closed cjordan closed 1 year ago

cjordan commented 1 year ago

Fixes #575

djc commented 1 year ago

Thanks!

djc commented 1 year ago

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