mastodon-twitter-sync icon indicating copy to clipboard operation
mastodon-twitter-sync copied to clipboard

Fail to build project after update

Open ekianjo opened this issue 3 years ago • 1 comments

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?

ekianjo avatar May 24 '21 01:05 ekianjo

Hi, maybe you are using an old Rust compiler version?

Best update to the latest Rust version and test again.

klausi avatar Apr 18 '22 10:04 klausi

We have now prebuilt binaries and a docker image, please use those.

klausi avatar Mar 04 '23 14:03 klausi