Skip to content

Commit 10f5e84

Browse files
committed
Update rustfmt version used by Travis
1 parent 360bed9 commit 10f5e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust:
77

88
install:
99
# Install rustfmt
10-
- curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --force --crate rustfmt --git japaric/rustfmt-bin --tag v0.6.3-20161120
10+
- curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --force --crate rustfmt --git japaric/rustfmt-bin --tag v0.7.1-20170120
1111
# Install clippy
1212
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then (cargo install clippy --force) fi
1313
- export PATH=$HOME/.cargo/bin:$PATH

0 commit comments

Comments
 (0)