0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-25 00:29:14 -05:00

Upgrade Rust to 1.41.0 (#264)

This commit is contained in:
Ryan Dahl 2020-01-30 21:58:05 -05:00 committed by GitHub
parent 4f449b6ec6
commit d5ae74cfad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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