mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
chore: update Rust to 1.45.0 (#6791)
This commit is contained in:
parent
6e34f6a7cc
commit
da48fa42d3
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.44.0
|
||||
rust-version: 1.45.0
|
||||
|
||||
- name: Install rust targets
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue