0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-24 08:09:16 -05:00

chore: update Rust to 1.45.0 (#424)

This commit is contained in:
Bartek Iwańczuk 2020-07-18 16:55:15 +02:00 committed by GitHub
parent e74b6bcd0d
commit 040fbce4fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: 1.44.1
rust-version: 1.45.0
- name: Install rust tools
run: rustup component add clippy rustfmt