-
-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Release v13.0.0-alpha.2 broken #1138
Comments
Thank you for your issue! cc @qtfkwk it seems this is caused by your clap changes. |
Can confirm @9SMTM6's error on a similar system (amd64 / debian). Looking into a fix now. |
Found the same issue also affects the Have a working fix now. Submitting a PR momentarily. |
Sorry about that! Please pull after the PR merges (or use my fork) and confirm if the issue is resolved. Thanks! |
PR: #1139 |
I can confirm that this solves the issue |
oh ... I was coming here to say this ... I get the same. But, I'll leave the build warnings as well
|
Created a new issue for those: #1141 |
alpha3 solved this particular issue. |
If I run
cargo install --git https://github.com/XAMPPRocky/tokei.git tokei
then this builds successfully, but when I then run tokei I get on amd64 linux (arch linux based):That error doesn't look platform specific.
When I specify the last alpha release it works:
cargo install --git https://github.com/XAMPPRocky/tokei.git --tag v13.0.0-alpha.1 tokei
.The text was updated successfully, but these errors were encountered: