install Rust

This commit is contained in:
Morgan Wattiez
2019-11-16 13:29:52 +01:00
parent 4a5fca7875
commit 60428a5f01
6 changed files with 12 additions and 3 deletions

View File

@ -167,6 +167,9 @@ case "$(uname -s)" in
;;
esac
# Use rustup to install the Rust compiler (rustc) and the Rust package manager (cargo).
rustup-init -y
# Upgrade
~/.scripts/upgrade.sh

View File

@ -16,4 +16,4 @@ pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n
pip freeze > ~/requirements.txt
# Update VIM plugins installed via Vundle https://github.com/VundleVim/Vundle.vim
vim +PluginUpdate +qall
rustup-update

1
dot_scripts/version.sh Normal file
View File

@ -0,0 +1 @@
rustc --version