在ubuntu上安裝軟件報錯
error: failed to compile `cxx2flow v0.6.2`
Caused by:
? package `cargo-platform v0.1.9` cannot be built because it requires rustc 1.78 or newer, while the currently active rustc version is 1.75.0
? Try re-running cargo install with `--locked`
嘗試重裝 rust.
使用命令裝rust (對rust版本有要求的時候)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
info: downloading installer
運行后,會讓你選擇方式,選擇1
重新執行編譯下載二進制文件的命令,成功執行無報錯
?