1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 08:05:31 +02:00

update CI image

This commit is contained in:
Jan Lukas Gernert 2024-07-06 23:43:23 +02:00
parent c16e11fdda
commit 6932902b7b

View file

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