@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).

Replies (3)

jb55's avatar
jb55 _@jb55.com 3 months ago
monad> cargo --version cargo 1.93.0 (083ac5135 2025-12-15) you can just use rustup to get the latest stable version