Use MSRV for build CI jobs

The test job will use the latest stable so all stable lints are included.
merge-requests/258/head
Jonas Platte 2 years ago
parent 6bb1081b71
commit 8d81c1c072
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

@ -21,7 +21,7 @@ variables:
- if: '$CI_COMMIT_BRANCH == "next"'
- if: "$CI_COMMIT_TAG"
interruptible: true
image: "rust:latest"
image: "rust:1.56"
tags: ["docker"]
variables:
CARGO_PROFILE_RELEASE_LTO: "true"

Loading…
Cancel
Save