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

Cargo install fails: no method named progress_chars found for enum Result in the current scope #26

Closed
forbjok opened this issue Feb 23, 2022 · 1 comment

Comments

@forbjok
Copy link

forbjok commented Feb 23, 2022

Trying to install it with cargo install xwin on a machine running Arch Linux (up to date) and latest stable Rust (1.58.1 at this time) produces this error:
putty_BmLzsSgTTJ

@Jake-Shadle
Copy link
Owner

You need to use the --locked flag as in cargo install --locked xwin, cargo has a longstanding bug where the lockfile is completely ignored without that flag. I've updated the README because I always forget about this until someone files a bug. Sorry for the inconvenience.

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

No branches or pull requests

2 participants