From 4d01a9dd0edd760b54cff5d0998325c6cfa2ba72 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 17 Feb 2021 18:23:44 +0100 Subject: [PATCH] Use nightly rust --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8d35689..cf4cc3e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: endpoint: https://garage.deuxfleurs.fr - name: build - image: rust:buster + image: rustlang/rust:nightly commands: - apt-get update - apt-get install --yes libsodium-dev