From 1169b92dd633304c34b156ebf9a1cdbd5e5a6216 Mon Sep 17 00:00:00 2001 From: George Tsiamasiotis Date: Mon, 15 Mar 2021 21:45:09 +0200 Subject: [PATCH] travis: bump rust to 1.33.0 Follow-up to #1724 where the minimum Rust version was bumped to v1.33.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65658179f..3cd7db130 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ matrix: - rust: nightly fast_finish: true include: - - rust: 1.32.0 + - rust: 1.33.0 env: FEATURES=unix # - rust: stable # os: linux