bin/setup-rust

Mon, 13 Dec 2021 13:02:46 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 13 Dec 2021 13:02:46 -0600
changeset 961
68baaab84a0c
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

Make git-histedit an alias. can use --keep-base after 2.24

#!/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

mercurial