From 91dbf24cf4aaf590b517ab14b90c22061713f57e Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Mon, 27 May 2019 17:50:13 -0700 Subject: [PATCH] process: Update min supported rust version as per the Tokio project policy --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8fa99b63..d726d628c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,14 @@ sudo: false matrix: include: - - rust: 1.26.0 + # This represents the minimum Rust version supported by + # Tokio. Updating this should be done in a dedicated PR and + # cannot be greater than two 0.x releases prior to the + # current stable. + # + # Tests are not run as tests may require newer versions of + # rust. + - rust: 1.33.0 - rust: stable - os: osx - rust: beta