0
0
Fork 0
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:
Bert Belder 2020-06-05 04:23:07 +02:00
parent 72042f2401
commit acdcede4d6
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.43.0
rust-version: 1.44.0
- name: Install rust tools
run: rustup component add clippy rustfmt