From 35bb98b740dcdaac8d6ef68bf66970ce081e48eb Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Thu, 11 Feb 2021 16:07:09 -0600 Subject: [PATCH] chore: update rust version in CI config --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 683c0a7..6633460 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,9 +5,9 @@ name: default steps: - name: cargo test - image: rust:1.49 + image: rust:1.50 commands: - apt-get update - apt-get install -y libasound2-dev - cargo build --verbose --all - - cargo test --verbose --all \ No newline at end of file + - cargo test --verbose --all