From 661eba3eed41c88fe84eaf48db18dbf22d731f97 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 3 Jan 2020 00:07:52 +0100 Subject: [PATCH] Increment MSVR to 1.36.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … because `unicode-normalization` did. Fixes https://github.com/servo/rust-url/issues/566 Closes https://github.com/servo/rust-url/pull/572 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ccbeb75be..b205ae247 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ script: cargo test --all-features --all jobs: include: - - rust: 1.33.0 + - rust: 1.36.0 - rust: stable - rust: beta - rust: nightly