mirror of https://github.com/LemmyNet/lemmy.git
Update clippy to use Rust 1.64 (#2498)
parent
6c3e984ad1
commit
04f0f3af0b
|
@ -25,7 +25,7 @@ steps:
|
||||||
|
|
||||||
# latest rust for clippy to get extra checks
|
# latest rust for clippy to get extra checks
|
||||||
- name: cargo clippy
|
- name: cargo clippy
|
||||||
image: rust:1.61-buster
|
image: rust:1.64-buster
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install protobuf-compiler libprotobuf-dev
|
- apt-get -y install protobuf-compiler libprotobuf-dev
|
||||||
|
|
Loading…
Reference in New Issue