bin/setup-rust@2d69c23ef58b
bin/setup-rust
Fri, 24 Apr 2020 14:15:37 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 24 Apr 2020 14:15:37 -0500
- changeset 858
- 2d69c23ef58b
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
no automatic autosquash
#!/bin/bash
set -eu -o pipefail
if rustup update; then
exit
fi
curl https://sh.rustup.rs -sSf | sh
source ~/.cargo/env
rustup component add rls rustfmt