Fix invalid old Rust version

This commit is contained in:
timvisee 2019-03-03 16:20:51 +01:00
parent b302128499
commit 0d55bee532
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -55,7 +55,7 @@ rust-nightly:
rust-old:
<<: *check-base
variables:
RUST_VERSION: "1.31"
RUST_VERSION: "1.31.0"
# Build using Rust stable
build-x86_64-linux-gnu: