diff options
author | Brian Warner <warner@lothar.com> | 2019-08-07 10:53:46 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2019-08-07 10:53:46 -0700 |
commit | 414b4dc303730fa599da259a226034ab1de744ea (patch) | |
tree | b0c2bc642861c60f07bb886470528ba0d966e192 | |
parent | 6bbe308879eea68e2c370698f2ba792de85d15e3 (diff) | |
download | PAKEs-414b4dc303730fa599da259a226034ab1de744ea.tar.xz |
oops, be more specific about the rust version: 1.32.0
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1a148cc..f52c7fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ rust: - beta - nightly - 1.31.1 - - 1.32 + - 1.32.0 matrix: include: - rust: 1.31.0 # lock down for consistent rustfmt behavior |