From 04f0f3af0b20539ff3e1ad4c529677ce189eb7f6 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Fri, 14 Oct 2022 16:09:37 +0000 Subject: [PATCH] Update clippy to use Rust 1.64 (#2498) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 43057f64b..9f7e22526 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: # latest rust for clippy to get extra checks - name: cargo clippy - image: rust:1.61-buster + image: rust:1.64-buster commands: - apt-get update - apt-get -y install protobuf-compiler libprotobuf-dev