Skip to content

Commit

Permalink
freeze rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
seemenkina committed Dec 4, 2024
1 parent b9d2703 commit 27f8f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
# TODO: Update to stable once wasmer supports it
toolchain: 1.82.0
override: true
- uses: Swatinem/rust-cache@v2
- name: Install dependencies
Expand Down

0 comments on commit 27f8f1c

Please sign in to comment.