bootstrap_rust : add rust-analyzer.
This commit is contained in:
parent
ce7ab5a686
commit
0436da5934
|
@ -1,7 +1,8 @@
|
||||||
# install Cargo/Rust.
|
# install Cargo/Rust.
|
||||||
bootstrap_cargo()
|
bootstrap_rust()
|
||||||
{
|
{
|
||||||
curl https://sh.rustup.rs -sSf | sh
|
curl https://sh.rustup.rs -sSf | sh
|
||||||
|
rustup component add rust-analyzer
|
||||||
}
|
}
|
||||||
|
|
||||||
# install TeXLive.
|
# install TeXLive.
|
||||||
|
|
Reference in a new issue