From 3600a115d0b5e7d5a6b872fac7f9fcdb80f30e1c Mon Sep 17 00:00:00 2001 From: Dominic Date: Fri, 1 Jan 2021 19:30:49 +0100 Subject: [PATCH] use rust 1.49 for trybuild ui testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4e847f..e88eed3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ test-tarpaulin: test-trybuild-ui: stage: test - image: rust:1.48-slim + image: rust:1.49-slim before_script: - apt update -y - apt install -y --no-install-recommends libpq-dev