bin/setup-rust@3d460b026be9
bin/setup-rust
Tue, 07 Jan 2020 14:27:38 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 07 Jan 2020 14:27:38 -0600
- changeset 847
- 3d460b026be9
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
Better multipart, working tmpfile cleanup
#!/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