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 […]
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.
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 […]
😤 Tired of juggling #NVM, #SDKMAN, #Pyenv, #Rustup, even #Homebrew or #Nix?
I wrote about how #Mise simplifies your dev setup:
🔧 Polyglot toolchains
💻 Cleaner local tooling
🔐 Env vars & secrets
🚀 Simple CI/CD
📦 @nx.dev -friendly
medium.com/@jgelin/you-...
We’re hopefully making new #rustup releases more often so people won’t mistake us for being “done software” 😶
https://blog.rust-lang.org/2025/05/05/Rustup-1.28.2/
Random thought for the day inspired by the #rustup breaking change. CI pipelines use a lot of cli tools that produce a lot of logs, but that are only read when there is an error. Which means that a lot of warnings are just screaming into the void.
The breaking change in #rustup 1.28.0 is some bullshit. I actually support changing the default, but you absolutely must:
* have _at least_ one release with the new command before deleting the old
* print a warning for users unintentionally leaning on the old thing
* wait 6 months before doing it
Okay, I got my coding tools sorted out on both my #windows half and my #archlinux half now.
So far that consists of #rustup (for #rustlang vers), #gcc, and #pyenv (for #python vers).
...I'm *not* sure if I should get a version manager for #nodejs or #php just yet, since that affects web dev stuff.
Rust 1.9 improves speed, error handling http://lnk.al/2vbi via @infoworld #Rust #Rustup
Rust 1.9 improves speed, error handling http://lnk.al/2vbh via @infoworld #Rust #Rustup
Toolchain manager #rustup and cross-compilation with #Rust http://blog.rust-lang.org/2016/05/13/rustup.html Quite amazing!