From 414b4dc303730fa599da259a226034ab1de744ea Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 7 Aug 2019 10:53:46 -0700 Subject: [PATCH] oops, be more specific about the rust version: 1.32.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0