diff options
author | Alex Auvolat <alex@adnab.me> | 2021-02-17 18:23:44 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-02-17 18:23:44 +0100 |
commit | 4d01a9dd0edd760b54cff5d0998325c6cfa2ba72 (patch) | |
tree | 9e3c38a1e609676c6b24296e6766701cd67b4a6c | |
parent | ab41966a9d1e942b003e3c09fd74abea6119393a (diff) | |
download | netapp-4d01a9dd0edd760b54cff5d0998325c6cfa2ba72.tar.gz netapp-4d01a9dd0edd760b54cff5d0998325c6cfa2ba72.zip |
Use nightly rust
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |