bin/setup-rust@eb51a3329326
bin/setup-rust
Fri, 22 Nov 2019 05:17:51 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 22 Nov 2019 05:17:51 -0600
- changeset 825
- eb51a3329326
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
customize view
#!/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