bin/setup-rust@71d10acde172
bin/setup-rust
Tue, 02 May 2023 17:39:24 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 02 May 2023 17:39:24 -0500
- changeset 1109
- 71d10acde172
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
switch perltidy and cpandoc to stubs
#!/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