mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-25 00:29:14 -05:00
chore: update Rust to 1.45.0 (#424)
This commit is contained in:
parent
e74b6bcd0d
commit
040fbce4fe
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
|
- name: Install rust
|
||||||
uses: hecrj/setup-rust-action@v1
|
uses: hecrj/setup-rust-action@v1
|
||||||
with:
|
with:
|
||||||
rust-version: 1.44.1
|
rust-version: 1.45.0
|
||||||
|
|
||||||
- name: Install rust tools
|
- name: Install rust tools
|
||||||
run: rustup component add clippy rustfmt
|
run: rustup component add clippy rustfmt
|
||||||
|
|
Loading…
Reference in a new issue