mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-12 17:09:28 -05:00
ci: upgrade to Rust 1.44.0 (#402)
This commit is contained in:
parent
72042f2401
commit
acdcede4d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
|||
- name: Install rust
|
||||
uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
rust-version: 1.43.0
|
||||
rust-version: 1.44.0
|
||||
|
||||
- name: Install rust tools
|
||||
run: rustup component add clippy rustfmt
|
||||
|
|
Loading…
Reference in a new issue