On 21/11/24 04:25, Andy Smith via BitFolk Users wrote:
Could probably just
type "rustup" to get a newer rust dev environment installed just for
your user. Even that might say it is too old and urge you to get a newer
one from <https://rustup.rs/> though.
rustup doesn't change much. I generally recommend people install rustup
via their package manager, then:
rustup toolchain install stable
(By the way: Andy, do you have any interest in setting up CI on your
repo? I've been doing that for some of my own Rust projects recently,
found it very useful and not very tricky to set up. Happy to share my
experience but that's probably getting off-topic for this list...)
Ross