Upgrade to rustfmt 0.6.0.

This commit is contained in:
Jakob Stoklund Olesen
2016-08-30 07:56:12 -07:00
parent fc6cb2eac1
commit 6fc6e35585
6 changed files with 6 additions and 23 deletions

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.5.0"
RUSTFMT_VERSION="0.6.0"
if cargo install --list | grep -q "^rustfmt v$RUSTFMT_VERSION"; then
banner "Rust formatting"