Sfoglia il codice sorgente

CI: Bump minimum supported Rust version to 1.36.0

Johannes Hofmann 6 anni fa
parent
commit
0df09e2c6f
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1
    1
      .appveyor.yml
  2. 1
    1
      .travis.yml

+ 1
- 1
.appveyor.yml Vedi File

@@ -16,7 +16,7 @@ environment:
16 16
       target: x86_64-pc-windows-msvc
17 17
     - channel: stable
18 18
       target: i686-pc-windows-msvc
19
-    - channel: 1.34.2
19
+    - channel: 1.36.0
20 20
       target: x86_64-pc-windows-msvc
21 21
 
22 22
 install:

+ 1
- 1
.travis.yml Vedi File

@@ -5,7 +5,7 @@ rust:
5 5
   - stable
6 6
   - beta
7 7
   - nightly
8
-  - 1.34.2
8
+  - 1.36.0
9 9
 script:
10 10
   - |
11 11
       cargo test --verbose;