mastodon-twitter-sync
mastodon-twitter-sync copied to clipboard
Fail to build project after update
Hi there, I have recently tried to upgrade to a more recent version of the source via a git pull, followed by a cargon --run release, and during compilation it fails with the following error (I'm on Debian Buster and my packages are up to date):
For more information about this error, try `rustc --explain E0658`.
error: could not compile `object`.
It also prints a bunch of errors such as:
error[E0658]: subslice patterns are unstable
Any idea what may be going on?
Hi, maybe you are using an old Rust compiler version?
Best update to the latest Rust version and test again.
We have now prebuilt binaries and a docker image, please use those.