File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ matrix:
36
36
# increased every 6 weeks or so when the first PR to use a new feature.
37
37
- env : TARGET=x86_64-unknown-linux-gnu
38
38
ALT=i686-unknown-linux-gnu
39
- rust : 1.28 .0
39
+ rust : 1.31 .0
40
40
script :
41
41
- rustup toolchain install nightly
42
42
- cargo +nightly generate-lockfile -Z minimal-versions
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ install:
11
11
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
12
12
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
13
13
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
14
- - if defined MINIMAL_VERSIONS rustup toolchain install 1.28 .0
14
+ - if defined MINIMAL_VERSIONS rustup toolchain install 1.31 .0
15
15
- if defined OTHER_TARGET rustup target add %OTHER_TARGET%
16
16
- rustc -V
17
17
- cargo -V
@@ -25,5 +25,5 @@ test_script:
25
25
# we don't have ci time to run the full `cargo test` with `minimal-versions` like
26
26
# - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable test
27
27
# so we just run `cargo check --tests` like
28
- - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +1.28 .0 check --tests
28
+ - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +1.31 .0 check --tests
29
29
- if NOT defined MINIMAL_VERSIONS cargo test
You can’t perform that action at this time.
0 commit comments