Increase minimal Rust version to 1.52

This version is currently used in production.
This commit is contained in:
Konrad Borowski 2021-06-08 09:16:30 +02:00
parent ec60923ca4
commit f687b382b1

View File

@ -48,9 +48,9 @@ test:clippy:
- rustup component add clippy
- cargo clippy --verbose
test:1.45:
test:1.52:
<<: *test
image: rust:1.45
image: rust:1.52
test:nightly:
<<: *test