0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-24 15:19:31 -05:00

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 uses: hecrj/setup-rust-action@v1
with: with:
components: clippy, rustfmt components: clippy, rustfmt
rust-version: 1.52.0 rust-version: 1.52.1
- name: Install python - name: Install python
uses: actions/setup-python@v1 uses: actions/setup-python@v1