From cf14e838dabf881cf70bbb1d7a8f3c4c6e713634 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Mon, 5 Nov 2018 17:18:50 +0100 Subject: [PATCH] update cargo fmt --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64e718f..725034c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ matrix: - rust: nightly include: # Rustfmt - - env: RUSTFMT_VERSION="0.4.1" - rust: nightly-2018-04-01 + - env: RUSTFMT_VERSION="0.99.5" + rust: nightly-2018-09-26 install: - rustup component add rustfmt-preview - cargo install rustfmt-nightly --force --version $RUSTFMT_VERSION || echo "rustfmt already installed"