bin/setup-rust@beb170aa6789
bin/setup-rust
Thu, 11 Apr 2024 13:19:24 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 11 Apr 2024 13:19:24 -0400
- changeset 1145
- beb170aa6789
- parent 723
-
9d9fecc3ea30
- permissions
- -rwxr-xr-x
add .luarc.jsonc
#!/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