update cargo fmt

This commit is contained in:
Marc-Antoine Arnaud
2018-11-05 17:18:50 +01:00
parent 69a54eebcf
commit cf14e838da

View File

@@ -13,8 +13,8 @@ matrix:
- rust: nightly - rust: nightly
include: include:
# Rustfmt # Rustfmt
- env: RUSTFMT_VERSION="0.4.1" - env: RUSTFMT_VERSION="0.99.5"
rust: nightly-2018-04-01 rust: nightly-2018-09-26
install: install:
- rustup component add rustfmt-preview - rustup component add rustfmt-preview
- cargo install rustfmt-nightly --force --version $RUSTFMT_VERSION || echo "rustfmt already installed" - cargo install rustfmt-nightly --force --version $RUSTFMT_VERSION || echo "rustfmt already installed"