0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00

upgrade: Rust 1.47.0 (#492)

This commit is contained in:
Bartek Iwańczuk 2020-10-09 11:38:18 +02:00 committed by GitHub
parent 536ad46d02
commit 667583fe7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
components: clippy, rustfmt
rust-version: 1.46.0
rust-version: 1.47.0
- name: Install python
uses: actions/setup-python@v1