error in helix-core when building from source on ubuntu 22.04 #5989
-
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
you are likely using your system installed rust toolchain instead of installing it trough rustup. Helix requires a rust version of atleast 1.63 currently (will soon be raised to 1.65). Otherwise simply install rustup to obtain an updated version of rustc |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response. Indeed Ubuntu 22.04 is at rust 1.61. Installing rust through |
Beta Was this translation helpful? Give feedback.
you are likely using your system installed rust toolchain instead of installing it trough rustup.
Helix requires a rust version of atleast 1.63 currently (will soon be raised to 1.65).
then_some
was stabilized with 1.62 I think.Unless you are using debian (or an EOL distro) you should be able to resolve this by updating your rust compiler trough the system package manager.
Otherwise simply install rustup to obtain an updated version of rustc