1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00

update CI image

This commit is contained in:
Jan Lukas Gernert 2025-01-17 03:02:40 +01:00
parent 7c658a4ba8
commit ca1cc47af1

View file

@ -4,7 +4,7 @@ stages:
run-build: run-build:
stage: build stage: build
image: rust:1.79 image: rust:1.83
before_script: before_script:
- rustup component add rustfmt - rustup component add rustfmt
- rustup component add clippy - rustup component add clippy