File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install:
13
13
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
14
14
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
15
15
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
16
- - if defined MINIMAL_VERSIONS rustup toolchain install stable
16
+ - if defined MINIMAL_VERSIONS rustup toolchain install 1.28.0
17
17
- rustup target add %OTHER_TARGET%
18
18
- rustc -V
19
19
- cargo -V
@@ -27,5 +27,5 @@ test_script:
27
27
# we don't have ci time to run the full `cargo test` with `minimal-versions` like
28
28
# - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable test
29
29
# so we just run `cargo check --tests` like
30
- - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable check --tests
30
+ - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo check --tests
31
31
- if NOT defined MINIMAL_VERSIONS cargo test
You can’t perform that action at this time.
0 commit comments