From 66d626e2f12173641fcfa0222c981492b5e34109 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Thu, 25 Feb 2021 23:21:46 -0600 Subject: [PATCH] chore: update CI rust version from 1.49 to latest --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9bcf8a3..9b1ebd5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: cargo test - image: rust:1.49 + image: rust:latest commands: - apt-get update - apt-get install -y libasound2-dev