jD91mZM2 / xidlehook

GitLab: https://gitlab.com/jD91mZM2/xidlehook
MIT License
382 stars 33 forks source link

cargo install fails, cannot compile libpulse-binding #57

Open xsrvmy opened 3 years ago

xsrvmy commented 3 years ago

I get the following error when trying to install via cargo: sample::CHANNELS_MAX expected usize found u8

Any idea how to fix?

rustc and cargo version 1.49.0

jD91mZM2 commented 3 years ago

cargo install will gladly ignore the lockfile that makes building this program reproducible. Try using cargo install --locked :)

That said, I need to update dependencies