Update rustfmt to 0.8.4; (#81)

This commit is contained in:
Benjamin Bouvier
2017-05-16 00:10:47 +02:00
committed by Jakob Stoklund Olesen
parent 232fb36d8f
commit 29dc723e25
20 changed files with 120 additions and 176 deletions

View File

@@ -15,7 +15,7 @@
# With the --install option, also tries to install the right version.
# This version should always be bumped to the newest version available.
VERS="0.8.3"
VERS="0.8.4"
if cargo install --list | grep -q "^rustfmt v$VERS"; then
exit 0