mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

0.17.10 introduced a change that removes `Sync` from `ProgressStyle`, which makes it more difficult to share in a callback. Pin the dependency for now until we see if `indicatif` will change this back or if we need to find a workaround.