From 2fb71a3969064f3d8f5bccaf65a31e67778ddef7 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Fri, 10 Mar 2023 10:55:30 +0100 Subject: [PATCH] Fix Rust image in test pipeline --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 394194e..c20a29e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse - name: test - image: rust:1.67 + image: rust:1.68 commands: - cargo test --all-features volumes: