Use specific Rust version for workflows to prevent compilation issues with newer versions
This commit is contained in:
parent
ddf7834c90
commit
934eb7a22d
5 changed files with 5 additions and 5 deletions
2
.github/workflows/bench.yaml
vendored
2
.github/workflows/bench.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue