From d15543001f79021703939350a7b769e038a73bb4 Mon Sep 17 00:00:00 2001 From: Johannes Heuel Date: Sat, 17 Sep 2022 19:22:22 +0200 Subject: [PATCH] update rust docker image version --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a14476c..8162ef1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - export PATH="/root/.cargo/bin:$${PATH}" - pre-commit run --all-files - name: test - image: rust:1.30 + image: rust:latest commands: - cargo build --verbose --all - cargo test --verbose --all