【回眸】error: failed to compile `xxxxxx`重装rust环境
在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
重新执行编译下载二进制文件的命令,成功执行无报错