@jb55 which version of cargo i have to use to compile?
The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)).
Consider trying a newer version of Cargo (this may require the nightly release).
Login to reply
Replies (3)
monad> cargo --version
cargo 1.93.0 (083ac5135 2025-12-15)
you can just use rustup to get the latest stable version
I tried nightly, didn't work. I tried stable, it worked
I need alsa-sys to compile