Bump minimum Rust version to 1.43.0

This commit is contained in:
timvisee 2021-01-04 12:51:35 +01:00
parent dfb773a96e
commit d75e69841e
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -67,7 +67,7 @@ check-nightly:
check-old:
<<: *check-base
variables:
RUST_VERSION: "1.40.0"
RUST_VERSION: "1.43.0"
# Build using Rust stable
build-x86_64-linux-gnu: