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