From a8ccdc9ccee3beb96f589f618520292f1bff613c Mon Sep 17 00:00:00 2001 From: projectmoon Date: Fri, 5 Nov 2021 19:37:59 +0000 Subject: [PATCH] Update rust test image version for CI. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7d6a2cd..480a4d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: build-and-test steps: - name: test - image: rust:1.51 + image: rust:1.54 commands: - apt-get update - apt-get install -y cmake