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

Update indicatif to 0.17.0-rc.5 #30

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Update indicatif to 0.17.0-rc.5 #30

merged 1 commit into from
Feb 28, 2022

Conversation

messense
Copy link
Contributor

There were some break changes in indicatif, the crates.io release version of xwin doesn't compile now.

$ cargo install xwin
...
error[E0599]: no method named `progress_chars` found for enum `Result` in the current scope
   --> /Users/messense/.cargo/registry/src/github.com-1ecc6299db9ec823/xwin-0.1.7/src/splat.rs:563:18
    |
563 |                 .progress_chars("█▇▆▅▄▃▂▁  "),
    |                  ^^^^^^^^^^^^^^ method not found in `Result<ProgressStyle, indicatif::style::TemplateError>`

For more information about this error, try `rustc --explain E0599`.

@Jake-Shadle
Copy link
Owner

Thanks for the PR! In the future you can use cargo install --locked to avoid cargo's broken behavior. rust-lang/cargo#7169

@Jake-Shadle Jake-Shadle merged commit f3dc0b6 into Jake-Shadle:main Feb 28, 2022
@messense messense deleted the update-indicatif branch February 28, 2022 07:25
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.

None yet

2 participants