bootstrap_rust : add rust-analyzer.

This commit is contained in:
Dmitry Voronin 2023-11-19 21:54:36 +03:00
parent ce7ab5a686
commit 0436da5934

View file

@ -1,7 +1,8 @@
# 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.