From a711b203a0bfc8444a42ec6e7883d824c8949946 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Tue, 14 Dec 2021 16:50:38 +0100 Subject: [PATCH] update crates --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6462342..16b8cb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,6 +109,7 @@ build:binary-development: - rustup target add armv7-unknown-linux-gnueabihf script: + - cargo update - cargo check --target x86_64-unknown-linux-gnu - cargo check --target armv7-unknown-linux-gnueabihf