mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Update clippy to use Rust 1.64 (#2498)
This commit is contained in:
parent
6c3e984ad1
commit
04f0f3af0b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue