russellbanks / Komac

The Community Manifest Creator for WinGet
GNU General Public License v3.0
199 stars 17 forks source link

[Bug]: Cargo install issues #673

Closed vikingnope closed 1 month ago

vikingnope commented 2 months ago

Is there an existing issue for this?

What happened?

Was trying to install using cargo on Arch Linux and this happened:

image

image

vikingnope commented 2 months ago

cargo binstall worked fine, should I leave this open or close it?

russellbanks commented 1 month ago

This should be resolved in the next version of Komac. It appears to be because tui-textarea had an issue where it was picking up the wrong version of ratatui but has since been resolved and updated.

joshka commented 1 month ago

Consider adding --locked to the cargo install instructions to help avoid this problem in future.