1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

chore: upgrade Rust to 1.52.1 (#10583)

This commit is contained in:
Yusuke Tanaka 2021-05-11 23:58:59 +09:00 committed by GitHub
parent 41a3b17de4
commit 0d319161bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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