bin/setup-rust@b2b9817966df
bin/setup-rust
Sun, 10 Feb 2019 01:23:06 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 10 Feb 2019 01:23:06 -0600
- changeset 731
- b2b9817966df
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
Make endwise and pear-tree play together
#!/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