Skip to content

Commit

Permalink
pin to Rust 1.81 for now
Browse files Browse the repository at this point in the history
We need to work out the wasm32-wasi vs wasm32-wasip1 target going
forward.
  • Loading branch information
joeshaw committed Jan 30, 2025
1 parent 61d072b commit 6407719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: true
- name: Install Rust
run: rustup update --no-self-update stable && rustup default stable
run: rustup update --no-self-update 1.81 && rustup default 1.81
shell: bash
- name: Add wasm32-wasi Rust target
run: rustup target add wasm32-wasi
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
submodules: true
- name: Install Rust
run: rustup update --no-self-update stable && rustup default stable
run: rustup update --no-self-update 1.81 && rustup default 1.81
shell: bash
- name: Add wasm32-wasi Rust target
run: rustup target add wasm32-wasi
Expand All @@ -89,7 +89,7 @@ jobs:
with:
submodules: true
- name: Install Rust
run: rustup update stable && rustup default stable
run: rustup update 1.81 && rustup default 1.81
shell: bash
- name: Check crates can be published
run: make package-check
Expand Down

0 comments on commit 6407719

Please sign in to comment.