You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, forcing the progress bar to display with command.env("CARGO_TERM_PROGRESS_WHEN", "always") doesn't look right due to rust-lang/cargo#9155. This merged PR fixes it, but hasn't made it into a release.
Once it does, we should force the progress bar on with:
Currently, forcing the progress bar to display with
command.env("CARGO_TERM_PROGRESS_WHEN", "always")
doesn't look right due to rust-lang/cargo#9155. This merged PR fixes it, but hasn't made it into a release.Once it does, we should force the progress bar on with:
The text was updated successfully, but these errors were encountered: