0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

upgrade: Rust 1.47.0 (#7886)

This commit is contained in:
Bartek Iwańczuk 2020-10-08 18:12:24 +02:00 committed by GitHub
parent b5e4b63a88
commit 1cb91b7362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: 1.46.0
rust-version: 1.47.0
- name: Install clippy and rustfmt
if: matrix.kind == 'lint'