diff options
author | Brian Warner <warner@lothar.com> | 2018-11-29 10:19:39 -0800 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-11-29 10:19:39 -0800 |
commit | f711998adedff93810590ee10b652c4fa3d4e66b (patch) | |
tree | dec0a5f6f0e0e4d9f34c2697f23973c695232587 | |
parent | 635416c9216a854d6f9fc31f1a47a37988bd08d7 (diff) | |
download | PAKEs-f711998adedff93810590ee10b652c4fa3d4e66b.tar.xz |
travis: update RUSTFMT to use rust-1.30 instead of 1.29
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index da26702..6105937 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ rust: - nightly matrix: include: - - rust: 1.29.0 # lock down for consistent rustfmt behavior + - rust: 1.30.0 # lock down for consistent rustfmt behavior env: RUSTFMT install: - rustup component add rustfmt-preview |