From 4d188d17b36d840c624781d276c959a3ef4a1a63 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 3 Oct 2019 12:45:24 -0700 Subject: [PATCH] chore(ci): update MSRV to 1.31 (parking_lot uses 2018 edition) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6baedc9d3a..b35cbd3b2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ matrix: - rust: stable env: FEATURES="--no-default-features" # Minimum Supported Rust Version - - rust: 1.27.0 + - rust: 1.31.0 env: FEATURES="--no-default-features --features runtime" BUILD_ONLY="1" before_script: