chore: upgrade to Rust 1.52.0 (#10522)

This commit is contained in:
Bartek Iwańczuk 2021-05-06 21:56:30 +02:00 committed by GitHub
parent 1e8e44f4c3
commit 98518f319d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: 1.51.0
rust-version: 1.52.0
- name: Install clippy and rustfmt
if: matrix.kind == 'lint'