Cannot compile from source
@Horhik I think you just need to change https://git.joinplu.me/Plume/Plume/src/branch/main/rust-toolchain if you want to use any other version of rustc.
But it will cause compile error if you use…
Cannot compile from source
I meet the same problem. Finally I change all rocket = "0.4.6"
to rocket = "=0.4.6"
, and it works.