We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af0a93 commit 5aebc8aCopy full SHA for 5aebc8a
appveyor.yml
@@ -25,5 +25,5 @@ test_script:
25
# we don't have ci time to run the full `cargo test` with `minimal-versions` like
26
# - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable test
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
+ - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +1.31.0 check --tests
29
- if NOT defined MINIMAL_VERSIONS cargo test
0 commit comments