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
parent ddf7834c90
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

View File

@ -37,7 +37,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.39.0
profile: minimal
default: true
- name: Build CLI

View File

@ -26,7 +26,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.39.0
profile: minimal
default: true
- name: Build Java native library

View File

@ -33,7 +33,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.39.0
profile: minimal
default: true
- name: Build native module

View File

@ -60,7 +60,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.39.0
profile: minimal
default: true
- name: Build Ruby native library