Update clippy to use Rust 1.64 (#2498)

read-language-vec
Nutomic 2 years ago committed by GitHub
parent 6c3e984ad1
commit 04f0f3af0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save