JojiiOfficial / LiveBudsCli

A tool to control your Galaxy buds+, Live, Buds Pro and Buds 2 Pro
https://crates.io/crates/earbuds
GNU General Public License v3.0
193 stars 15 forks source link

Cargo install fails to compile using master branch #91

Closed feumpi closed 1 year ago

feumpi commented 2 years ago

After installing the required dependencies, cargo install earbuds fails to compile on both Fedora 36 (Workstation/Silverblue) and an updated Arch Linux, apparrently due to an outdated clap version.

Using a different branch e.g. cargo install --git https://github.com/JojiiOfficial/LiveBudsCli --branch renovate/clap_complete-3.x solves the problem, so we could add it to the install instructions or the master branch could be updated with wathever change fixed the issue.

Seems like #90 is ready to be merged and fix it.