Lol, I searched for a second-hand 'the rust programming language' and someone from my local hackspace pointed me to a free & local rustup version via `rustup doc --book` 😄

Now I have a plan for the upcoming evenings 

#rust #rustup

Forcing #Zed to use #beta of the #rust-analyzer for the project is neither trivial nor obvious. It by default calls stable rust-analyzer ignoring rustup's override for the project; on top of that installing rust-analyzer beta using #rustup is non-obvious and doesn't happen automatically with the override to the beta chanel to my disappointment.

Fact #Zed doesn't handle environment variables in settings files doesn't help.

#rust #rustlang #rustanalyzer

another day, another #rustup install in Fedora Toolbox using the one internet blog that exists on the subject because otherwise nothing works 

https://stvm.dev/blogs/rustup-fedora-silverblue/

Using RustUp inside Fedora Silverblue's Toolbox|StVM

RE: https://social.rust-lang.org/@rust/116216894415467115

At this point, every #rustup release is another small victory worth celebrating 🥳

Many thanks not only to myself for making it all the way here, but also to the rustup team, the Rust org, and every single friend that has supported me through this journey, without your help this would never be possible 🙏

Announcing rustup 1.29.0 | Rust Blog

Empowering everyone to build reliable and efficient software.

@nielso How did you installed #Rust? If via #rustup, add nightly and run `cargo +nightly run`.
To my excitement, I think I might have a solution to https://github.com/rust-lang/rustup/issues/988 after 2+ years.
I’ll try to implement a PoC shortly and, if it works, draft a proposal accordingly.
#Rust #Rustup
Rustup (including proxies) is not safe for concurrent use · Issue #988 · rust-lang/rustup

(Edited to capture all the details that have emerged over time) Recovering from this bug: Usually just doing a rustup component remove NAME && rustup component add NAME will fix things. Sometimes r...

GitHub

It’s been taking a while longer than expected, but I’m glad to finally announce this new #rustup beta release!

Following the footsteps of many other package managers, rustup now includes preliminary IO concurrency, and I’m quite excited about the potential performance boosts to come :)

Many thanks to my teammates @djc @chrisdenton, my GSoC buddy Francisco T. Gouveia, and all the other contributors who made this new release possible!

https://internals.rust-lang.org/t/seeking-beta-testers-for-rustup-v1-29-0/23814

Seeking beta testers for rustup v1.29.0

Hi everyone! I'd like to announce on behalf of the rustup team that rustup 1.29.0 beta is now available for testing and we are currently looking for testers. The headline of this release is that rustup has been enabled to download components concurrently and unpack during downloads in operations such as rustup update or rustup toolchain, and to concurrently check for updates in rustup check, thanks to the GSoC 2025 event. This is by no means a trivial change so a long tail of issues might occu...

Rust Internals
Cross compile (從 Linux 到 Windows) Rust 軟體

Psst 修正 Spotify 的 login 問題後一直沒有出官方版本的 Windows build,所以得自己來。 一個方法是直接在 Windows 上編,但我不想在 Intel 的 N100 主機上面弄這個,就找了在 Linux 上 cross compile 的方法,比想像中簡單不少:「Cross-compile a...

Gea-Suan Lin's BLOG
@hackernoon It's about #rustup, not #Rust as you mention at the beginning.