From 6d287426320643203c08cff17fb8f95872c82101 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 12 Mar 2020 16:22:12 +0100 Subject: [PATCH] Add Rust 1.41.1 to the tests since 1.42.0 has been released --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8c9f2cc..43c0d20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ rust: - "1.38.0" - "1.39.0" - "1.40.0" + - "1.41.1" - "stable" - "beta" - "nightly"