0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-26 00:59:28 -05:00

Upgrade to Rust 1.40.0 (#86)

This commit is contained in:
Ry Dahl 2019-12-19 19:02:19 -05:00 committed by GitHub
parent 54a7c0ff33
commit d2d8c64785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: "1.38.0"
rust-version: "1.40.0"
- name: Install python
uses: actions/setup-python@v1