From b62b7206ab2b37817e35cb5dce865fad7f11f29d Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 13 Oct 2021 17:33:48 +0200 Subject: [PATCH] update rust --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c494003..5b4b420 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - git submodule update --recursive --remote - name: check documentation build - image: rust:1.49-slim-buster + image: rust:1.55-slim-buster commands: - apt update - apt install git --yes