aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-11-29 10:19:39 -0800
committerBrian Warner <warner@lothar.com>2018-11-29 10:19:39 -0800
commitf711998adedff93810590ee10b652c4fa3d4e66b (patch)
treedec0a5f6f0e0e4d9f34c2697f23973c695232587
parent635416c9216a854d6f9fc31f1a47a37988bd08d7 (diff)
downloadPAKEs-f711998adedff93810590ee10b652c4fa3d4e66b.tar.xz
travis: update RUSTFMT to use rust-1.30 instead of 1.29
-rw-r--r--.travis.yml2
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