chore: remove rust-toolchain and add minimum supported version check (#1748)

* remove rust-toolchain

* add minimum supported version check
This commit is contained in:
Taiki Endo 2019-11-08 13:26:08 +09:00 committed by GitHub
parent 64f2bf0072
commit c15e01a09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 12 deletions

View File

@ -54,18 +54,18 @@ jobs:
name: cross
rust: stable
# # This represents the minimum Rust version supported by
# # Tokio. Updating this should be done in a dedicated PR and
# # cannot be greater than two 0.x releases prior to the
# # current stable.
# #
# # Tests are not run as tests may require newer versions of
# # rust.
# - template: ci/azure-check-minrust.yml
# parameters:
# name: minrust
# rust_version: 1.34.0
# This represents the minimum Rust version supported by
# Tokio. Updating this should be done in a dedicated PR and
# cannot be greater than two 0.x releases prior to the
# current stable.
#
# Tests are not run as tests may require newer versions of
# rust.
- template: ci/azure-check-minrust.yml
parameters:
name: minrust
rust_version: 1.39.0
# - template: ci/azure-tsan.yml
# parameters:
# name: tsan

View File

@ -1 +0,0 @@
stable