0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-03-09 13:38:51 -04:00

ci: upgrade to Rust 1.45.2 (#430)

This commit is contained in:
Bert Belder 2020-08-05 20:35:53 +02:00
parent b0dc42f900
commit 69c245fc79
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

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