Increase minimal required Rust version (due to lazy_static)

This commit is contained in:
Vinzent Steinberg 2019-05-22 16:11:16 +02:00
parent 25d894a2f6
commit bb7c8d7a27
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: rust
rust:
- 1.22.0
- 1.24.0
- stable
- beta
- nightly

View File

@ -37,7 +37,7 @@ The following optional feature is available:
## Rust version requirements
Rustc version 1.22 or greater is supported.
Rustc version 1.24 or greater is supported.
## Related Projects