Почему Rustc и Cargo Update, когда я обновляю Rustup?Linux

Anonymous
Почему Rustc и Cargo Update, когда я обновляю Rustup?

Сообщение Anonymous »

Почему Rustc и Cargo Update, когда я обновляю Rustup?rustup update
rustup self update

andrew @ andrew-Extensa-5230 ~
└─ $ ▶ rustup self update
error: self-update is disabled for this build of rustup
error: you should probably use your system package manager to update rustup
andrew @ andrew-Extensa-5230 ~
└─ $ ▶

andrew @ andrew-Extensa-5230 ~
└─ $ ▶ rustup -V
rustup 1.28.2 (e4f3ad6f8 2025-04-28)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: No `rustc` is currently active
andrew @ andrew-Extensa-5230 ~
└─ $ ▶ rustc -V
rustc 1.75.0 (82e1608df 2023-12-21) (built from a source tarball)
andrew @ andrew-Extensa-5230 ~
└─ $ ▶ cargo -V
cargo 1.66.1
andrew @ andrew-Extensa-5230 ~
└─ $ ▶


Подробнее здесь: https://stackoverflow.com/questions/797 ... ate-rustup

Вернуться в «Linux»