rust 1.42

This commit is contained in:
Aditya Kulkarni 2020-04-02 07:57:46 -07:00
parent a98fabb23b
commit d33fdb4afd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
fetch-depth: 1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.41.0
toolchain: 1.42.0
override: true
components: rustfmt
- name: Use Node.js 12.x