Browse Source

Increment MSVR to 1.36.0

… because `unicode-normalization` did.

Fixes https://github.com/servo/rust-url/issues/566
Closes https://github.com/servo/rust-url/pull/572
Simon Sapin 6 năm trước cách đây
mục cha
commit
661eba3eed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.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