💚 Switched to fully qualified rust image version number

This commit is contained in:
François Autin 2023-03-23 15:17:23 +00:00
parent 5963759141
commit cdb52bc9de

View File

@ -1,5 +1,5 @@
default:
image: rust:latest
image: rust:1.68
stages:
- test
@ -28,4 +28,5 @@ lint-test-job:
stage: test
script:
- echo "Linting code..."
- cargo clippy
- rustup component add clippy
- cargo clippy -- -D warnings