Browse Source

CI: Bump minimum supported Rust version to 1.23

A change in protobuf made this necessary.
Johannes Hofmann 7 years ago
parent
commit
f6e003832f
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      .appveyor.yml
  2. 1
    1
      .travis.yml

+ 1
- 1
.appveyor.yml View File

16
       target: x86_64-pc-windows-msvc
16
       target: x86_64-pc-windows-msvc
17
     - channel: stable
17
     - channel: stable
18
       target: i686-pc-windows-msvc
18
       target: i686-pc-windows-msvc
19
-    - channel: 1.18.0
19
+    - channel: 1.23.0
20
       target: x86_64-pc-windows-msvc
20
       target: x86_64-pc-windows-msvc
21
 
21
 
22
 install:
22
 install:

+ 1
- 1
.travis.yml View File

6
   - stable
6
   - stable
7
   - beta
7
   - beta
8
   - nightly
8
   - nightly
9
-  - 1.18.0
9
+  - 1.23.0
10
 script:
10
 script:
11
   - cargo test --verbose
11
   - cargo test --verbose
12
   - cargo test --verbose --no-default-features
12
   - cargo test --verbose --no-default-features