Update minimum Rust version to 1.33.0.

This commit is contained in:
Konstantin Seiler 2019-11-08 10:17:56 +11:00
parent e75021b213
commit a2b2150dbe

View file

@ -1,6 +1,6 @@
language: rust language: rust
rust: rust:
- 1.32.0 - 1.33.0
- stable - stable
- beta - beta
- nightly - nightly