jD91mZM2/xidlehook

cargo install fails, cannot compile libpulse-binding

Opened this issue · 1 comments

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

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