bin/setup-rust@91a00bcc28f9
bin/setup-rust
Mon, 09 Oct 2023 18:25:32 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 09 Oct 2023 18:25:32 -0500
- changeset 1130
- 91a00bcc28f9
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
Update for indent-blankline 3.x
#!/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