mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
process: Update min supported rust version as per the Tokio project policy
This commit is contained in:
+8
-1
@@ -3,7 +3,14 @@ sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rust: 1.26.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.
|
||||
- rust: 1.33.0
|
||||
- rust: stable
|
||||
- os: osx
|
||||
- rust: beta
|
||||
|
||||
Reference in New Issue
Block a user