rustup is supposed to be managed by the user.
You have to run rustup update as and when you need to unless you want to be stuck on the last version you updated to.
If rustup is not something you use, then yea, install rust directly to grab the cargo dependency.
Pinned Comments
txtsd commented on 2026-04-03 08:58 (UTC)
rustupis supposed to be managed by the user.You have to run
rustup updateas and when you need to unless you want to be stuck on the last version you updated to.If
rustupis not something you use, then yea, installrustdirectly to grab thecargodependency.