bin/setup-rust

Wed, 15 May 2019 02:19:35 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 15 May 2019 02:19:35 -0500
changeset 762
ef7d6daaa1c9
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

update deprecated but unwarned options

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