Bump minimum supported Rust to 1.25. (#465)

Currenty, 1.27 is the latest released Rust version.
This commit is contained in:
Carl Lerche
2018-07-06 14:14:05 -07:00
committed by GitHub
parent dc7202cfa9
commit f98b81e527
+1 -1
View File
@@ -15,7 +15,7 @@ matrix:
# 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.
- rust: 1.21.0
- rust: 1.25.0
- rust: stable
- rust: beta
- rust: nightly