bin/setup-rust

Thu, 04 Apr 2019 23:27:23 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 04 Apr 2019 23:27:23 -0500
changeset 755
60ee3259bc01
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

add git-histedit

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