Skip to content

Commit

Permalink
ci: pin rust 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Oct 23, 2024
1 parent de059c8 commit 56ad876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable
toolchain: 1.81.0
target: wasm32-wasi
default: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable
toolchain: 1.81.0
target: wasm32-wasi
default: true

Expand Down

0 comments on commit 56ad876

Please sign in to comment.