From f98b81e527dfba6750bf82875af8725bae86854a Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 6 Jul 2018 14:14:05 -0700 Subject: [PATCH] Bump minimum supported Rust to 1.25. (#465) Currenty, 1.27 is the latest released Rust version. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 95d76042b..13a56c6b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: # 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. - - rust: 1.21.0 + - rust: 1.25.0 - rust: stable - rust: beta - rust: nightly