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
2 changed files with 11 additions and 12 deletions
+11 -11
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
-1
View File
@@ -1 +0,0 @@
stable