From 6cf86c4e8ea9e8bb2faf35aa478330f721157e33 Mon Sep 17 00:00:00 2001 From: Marc-Antoine ARNAUD Date: Tue, 4 Feb 2020 14:38:27 +0100 Subject: [PATCH] add new rust versions (1.40 and 1.41) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9d88d6f..c0302f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ rust: - 1.37.0 - 1.38.0 - 1.39.0 + - 1.40.0 + - 1.41.0 - stable - beta - nightly