Update clippy to use Rust 1.64 (#2498)

This commit is contained in:
Nutomic 2022-10-14 16:09:37 +00:00 committed by GitHub
parent 6c3e984ad1
commit 04f0f3af0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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