Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use indicatiff from crates.io #31

Merged
merged 1 commit into from
May 29, 2020
Merged

fix: use indicatiff from crates.io #31

merged 1 commit into from
May 29, 2020

Conversation

shenek
Copy link
Owner

@shenek shenek commented May 29, 2020

Indicatif MultiProgress doesn't work well in the static context
This is basically a workaround for that.
A regular thread is spawned to update the progress in the background.

Note that the code might be refactored to the way it was before.
Once console-rs/indicatif#132 is merged.

closes #26

@shenek shenek self-assigned this May 29, 2020
Indicatif MultiProgress doesn't work well in the static context
This is basically a workaround for that.
A regular thread is spawned to update the progress in the background.

Note that the code might be refactored to the way it was before.
Once console-rs/indicatif#132 is merged.
@shenek shenek merged commit cac2c35 into master May 29, 2020
@shenek shenek deleted the indicatiff-produciton branch May 29, 2020 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update dependencies to stable indicatif
1 participant