1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

build: upgrade Rust to 1.48.0 (#8434)

This commit is contained in:
Bartek Iwańczuk 2020-11-19 18:38:31 +01:00 committed by GitHub
parent b55cc51351
commit 21e8ff6fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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