chore: upgrade Rust to 1.52.1 (#689)

This commit is contained in:
Yusuke Tanaka 2021-05-11 22:47:22 +09:00 committed by GitHub
parent 11fe344231
commit fbd6528e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
components: clippy, rustfmt
rust-version: 1.52.0
rust-version: 1.52.1
- name: Install python
uses: actions/setup-python@v1