Bump minimum Rust version to 1.40

This commit is contained in:
timvisee 2020-05-30 16:19:12 +02:00
parent 48c2804885
commit 24304200a8
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
2 changed files with 2 additions and 2 deletions

View file

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