Use specific Rust version for workflows to prevent compilation issues with newer versions

This commit is contained in:
Wilson Lin 2020-01-31 23:30:14 +11:00
commit 934eb7a22d
5 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.39.0
profile: minimal
default: true
- name: Set up Node.js module