From 913199c10674d26338d09b3d971d7484a069a0f2 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 10 Oct 2020 23:30:13 +0200 Subject: [PATCH] Update the Rust versions in the CI --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 289cc68..b1a4ead 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ rust: - "1.42.0" - "1.43.1" - "1.44.1" + - "1.45.2" + - "1.46.0" + - "1.47.0" - "stable" - "beta" - "nightly"