mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
chore: remove rust-toolchain and add minimum supported version check (#1748)
* remove rust-toolchain * add minimum supported version check
This commit is contained in:
parent
64f2bf0072
commit
c15e01a09b
@ -54,18 +54,18 @@ jobs:
|
|||||||
name: cross
|
name: cross
|
||||||
rust: stable
|
rust: stable
|
||||||
|
|
||||||
# # This represents the minimum Rust version supported by
|
# This represents the minimum Rust version supported by
|
||||||
# # Tokio. Updating this should be done in a dedicated PR and
|
# Tokio. Updating this should be done in a dedicated PR and
|
||||||
# # cannot be greater than two 0.x releases prior to the
|
# cannot be greater than two 0.x releases prior to the
|
||||||
# # current stable.
|
# 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
|
|
||||||
#
|
#
|
||||||
|
# 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
|
# - template: ci/azure-tsan.yml
|
||||||
# parameters:
|
# parameters:
|
||||||
# name: tsan
|
# name: tsan
|
||||||
|
@ -1 +0,0 @@
|
|||||||
stable
|
|
Loading…
x
Reference in New Issue
Block a user