bin/setup-rust@1311c0ec33cc
bin/setup-rust
Mon, 14 Sep 2020 14:47:53 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 14 Sep 2020 14:47:53 -0500
- changeset 883
- 1311c0ec33cc
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
Remove old config
#!/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