Skip to content

Commit

Permalink
Pin rust compiler version to 1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 committed Jun 6, 2023
1 parent 9adef2a commit 6c5c919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.69.0
target: wasm32-unknown-unknown
- name: Set up Concordium tools
run: |
Expand Down

0 comments on commit 6c5c919

Please sign in to comment.