Upgrade to rustfmt 0.6.2

This commit is contained in:
Jakob Stoklund Olesen
2016-10-12 13:41:27 -07:00
parent 67abb2d2f6
commit 02eae6afd0

View File

@@ -30,7 +30,7 @@ function banner() {
# rustfmt is installed.
#
# This version should always be bumped to the newest version available.
RUSTFMT_VERSION="0.6.0"
RUSTFMT_VERSION="0.6.2"
if cargo install --list | grep -q "^rustfmt v$RUSTFMT_VERSION"; then
banner "Rust formatting"