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:
parent
54a7c0ff33
commit
d2d8c64785
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue