0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-02-01 20:24:56 -05:00

chore: upgrade to Rust 1.52.0 (#684)

This commit is contained in:
Bartek Iwańczuk 2021-05-06 22:36:51 +02:00 committed by GitHub
parent 2c2b1a967c
commit 3a55341f36
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.51.0
rust-version: 1.52.0
- name: Install python
uses: actions/setup-python@v1